how to hex value for a sting in php code example Example: php convert char to hex <?php $str = bin2hex("Hello World"); echo($str); ?>