On this page

    Binary

    Function Name Description
    BASE64 Returns the Base64 encoding of a binary string.
    BIT_LENGTH Gets length of bits of the input expression
    FROM_HEX Returns a binary value for the given hexadecimal string
    HEX Returns the hexadecimal encoding of an expression.
    TO_HEX Returns a hexadecimal string for the given binary value.
    UNBASE64 Decodes a Base64-encoded string.
    UNHEX Converts the hexadecimal number into the bytes represented by a number.