Converts ASCII between multiple bases (decimal, hexadecimal, binary).
Instructions:
To Encode: Input the character string into the Character textbox, select the desired base, and click 'To Numeric'
To Decode: Input the numeric string into the Numeric textbox, select the base, and click 'To Character'
Note: The translator currently only supports the characters in the range of 32-165.
Bases:
Decimal: The standard number system with digits 0-9. ASCII values will be between 0-255.
Hexadecimal: A common computer number system with digits 0-9,A-F. ASCII values will be between 00-FF (0-255).
Binary: The computer number system with digits 0-1. ASCII values will be between 00000000-11111111 (0-255).