php convertit char en hex

<?php 
$str = bin2hex("Hello World");
echo($str); 
?>
 
Eager Echidna