<!DOCTYPE html>
<html>
<body>

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


</body>
</html>