<?php $s = "https://\xec\xe5\xf5\xe0\xed\xe8\xe7\xe8\xf0\xee\xe2\xe0\xed\xed\xe0\xff-\xf8\xf2\xf3\xea\xe0\xf2\xf3\xf0\xea\xe024.\xf0\xf4/"; echo UConverter::transcode($s, 'UTF-16', 'UTF-8')."\n"; // echo iconv("UTF-8", "ISO-8859-1", $s); // echo $utf16_string; echo mb_convert_encoding($s, "UTF-8", "auto"); var_dump(mb_detect_encoding($s));
You have javascript disabled. You will not be able to edit any code.