Convert characters to ASCII decimal codes and back. How to encode/decode ASCII with the Bagiqo ASCII converter.
Every character on a keyboard maps to a number. In the ASCII table, uppercase A is 65, lowercase a is 97, and so on. Converting between characters and these numeric codes is a common little task in scripting and low-level work.
The ASCII converter turns text into its ASCII decimal codes and back again.
How to use it
- Open the ASCII converter.
- Enter text or codes.
- Convert and copy the result.
Uses
- Teaching or learning how characters map to numbers.
- Debugging odd characters in a string.
- Preparing small payloads.
For similar numeric work, see the binary converter.