Show Output
Convert Hexadecimal to Binary String in PHP
"; // Converting hex to binary string $data = pack("H*", $hex); echo $data; ?>