Skip to main content

Binary

Function NameDescription
BASE64Returns the Base64 encoding of a binary string.
BINReturns the the binary representation of an expression.
BIT_LENGTHReturns the length of the bits of the input expression.
CRC32Returns a cyclic redundancy check value of a binary string.
ENCODEEncodes the input expression using the specified charSet character encoding.
FROM_HEXReturns a binary value for the given hexadecimal string
HEXReturns the hexadecimal encoding of an expression.
TO_HEXReturns a hexadecimal string for the given binary value.
UNBASE64Decodes a Base64-encoded string.
UNHEXConverts the hexadecimal number into the bytes represented by a number.