HEXTOBIN
conversion binaryConverts a string representing a hexadecimal number into a string representing a binary number.
The HEXTOBIN
function consumes on the top of the stack a string and pushes back its conversion. This enables you to convert encoded content which would not be valid UTF-8 encoding from hexadecimal to binary.