Script

03:41 ---

<?php
$str= bin2hex("your text");
echo ($str);
?>