ASCII Converter
Convert text to ASCII decimal codes
Use these tools directly in Chrome
Install the DailyDevTools extension — access all tools from your browser toolbar
What is ASCII Converter?
ASCII (American Standard Code for Information Interchange) maps 128 characters — letters, digits, punctuation, and control characters — to numeric codes from 0 to 127. Understanding ASCII is fundamental to text encoding, binary data processing, and low-level programming. DailyDevTools' ASCII Converter converts text to ASCII codes (decimal, hex, binary, octal) and back, supporting both ASCII and Unicode code points.
How to use ASCII Converter
- 1Type or paste text to convert it to ASCII decimal codes (space-separated or one per line)
- 2Or paste a list of ASCII decimal codes to convert back to text
- 3Toggle between decimal, hexadecimal, binary, and octal output formats
- 4Use the Unicode mode to go beyond ASCII and convert any character to its Unicode code point