B2X |
Returns the hexadecimal representation of the
input binary string. (Binary to Hexadecimal). |
C2D |
Returns the decimal representation of the input
character string. (Character to Decimal). |
C2X |
Returns the hexadecimal representation of the
input character string. (Character to Hexadecimal). |
D2C |
Returns the character representation of the input
decimal string. (Decimal to Character). |
D2X |
Returns the hexadecimal representation of the
input decimal string. (Decimal to Hexadecimal). |
X2B |
Returns the binary representation of the input
hexadecimal string. (Hexadecimal to Binary). |
X2C |
Returns the character representation of the input
hexadecimal string. (Hexadecimal to Character). |
X2D |
Returns the decimal representation of the input
hexadecimal string. (Hexadecimal to Decimal). |