HOW TO CONVERT hex to in in php code example Example: php convert char to hex <?php $str = bin2hex("Hello World"); echo($str); ?>