Display the drop-down list

bin2hex()

« bcsub | bindec »
<?php
$string 
bin2hex (
    
  // string $str
);
?>
Result
$string = '3131313131313131'
Examples
#1 bin2hex  ("11111111")
See also
hex2bin, pack