<?php var_dump( $conv = mb_convert_encoding( $bin = hex2bin("febb90"), "UTF-8", "UHC" ), mb_check_encoding($bin, "UHC"), bin2hex(mb_convert_encoding($conv, "UHC", "UTF-8")) );
You have javascript disabled. You will not be able to edit any code.