hex2bin < PHP
The hex2bin function returns convert HTML entities to their corresponding characters
$hex = hex2bin("6578616d706c65206865782064617461");
echo $hex;
// example hex data
The hex2bin function returns convert HTML entities to their corresponding characters
$hex = hex2bin("6578616d706c65206865782064617461");
echo $hex;
// example hex data