Source Code:
(back to article)
<?php $text = "\x5A\x6F\xC3\xAB"; $iso_text = utf8_decode($text); echo bin2hex($iso_text); ?>
Result:
Report an issue