Decimal to ASCII Converter
Enter decimal ASCII code numbers separated by spaces or commas and instantly see the corresponding ASCII characters.
Last updated: May 29, 2026
Find this tool useful? Support the project to keep it free!
Buy me a coffeeWhat is Decimal to ASCII Converter?
The ASCII (American Standard Code for Information Interchange) standard assigns a unique decimal number to every character. For example, decimal 65 is "A", decimal 97 is "a", decimal 48 is "0", and decimal 32 is a space.
This tool converts a list of decimal ASCII codes back into their character representations. It is useful for developers reading raw protocol data, students studying character encoding, or anyone who encounters decimal-encoded text in data files, log outputs, or network captures.
Standard ASCII covers codes 0–127. Extended ASCII (128–255) includes additional characters from the Latin-1 supplement. This converter handles the full range.
How to Use Decimal to ASCII Converter
Enter decimal ASCII codes in the input field, separated by spaces or commas
The tool converts them to ASCII characters instantly
Click "Copy" to copy the result to your clipboard
Click "Download" to save it as a .txt file
Click "Load Sample" to see an example conversion
Common Use Cases
- Reading character-encoded data from log files or protocol traces that use decimal ASCII codes.
- Translating decimal-encoded text from embedded systems or serial communications.
- Learning ASCII encoding in computer science or programming courses.
- Converting decimal codes from ASCII tables during manual encoding/decoding exercises.
- Reversing decimal-encoded text in CTF (Capture the Flag) challenges or security exercises.
- Debugging character encoding issues in data pipelines by verifying decimal-to-char mappings.
Example Input and Output
A sequence of decimal ASCII codes representing "WebTools" is converted to the readable text.
87 101 98 84 111 111 108 115WebToolsPrivacy
All decimal-to-ASCII conversion runs in your browser. No data is uploaded.
Extended ASCII (128–255)
Codes 128–255 are not part of the original 7-bit ASCII standard. They are interpreted as Latin-1 (ISO-8859-1) characters in most browsers. Results for these codes may look different on different platforms.

