PHP преобразуйте char в hex
<?php
$str = bin2hex("Hello World");
echo($str);
?>
Eager Echidna
<?php
$str = bin2hex("Hello World");
echo($str);
?>