<?php $string='I will be converted to hexa'; var_dump(unpack('H10',$string)); var_dump(unpack('H*',$string)); var_dump(bin2hex($string));
You have javascript disabled. You will not be able to edit any code.