Is it possible to convert UTF-16 U+610F style character to UTF-8 (hex) E6848F using PHP ?
U+610F
E6848F
UTF-8 character is \'意\'
php have unicode encoding and decoding.. let u try on that
utf8_decode(); or utf8_encode();