BINTOHEX
strings conversion binaryConverts a string representing a binary number into a string representing a hexadecimal number.
The BINTOHEX
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 binary to hexadecimal.