x
 
 <!DOCTYPE html>
<html>
<body>
<?php 
$str = bin2hex("Shanghai");
echo($str); 
?>
</body>
</html>