Remove incomplete multibyte character from string (PHP) Posted on July 20, 2019 by kentreez <?php $cleaned = mb_convert_encoding($raw, 'UTF-8', 'UTF-8');