Source Code:
(back to article)
<?php $hex_string = "48656c6c6f20576f726c64"; $binary_string = hex2bin($hex_string); echo $binary_string; ?>
Result:
Report an issue