Convert text to ASCII codes and vice versa
Select text-to-ASCII or ASCII-to-text conversion mode
Enter your text or ASCII values to convert
Copy the converted result or swap modes for reverse conversion
Convert text to ASCII and ASCII back to text seamlessly
Output ASCII values in space, comma, or line-separated formats
Supports full Unicode character range beyond basic ASCII
A: ASCII (American Standard Code for Information Interchange) is a character encoding standard that assigns numbers 0-127 to letters, digits, and symbols used in English.
A: Yes! This tool supports the full Unicode range, so you can convert emojis, accented characters, and symbols beyond basic ASCII.
A: You can separate ASCII values with spaces, commas, or put each on a new line. The tool automatically detects the format.
Decode and analyze JWT tokens
Generate JWT tokens with custom claims and headers
Build cURL commands with custom headers, methods, and options
Hash passwords using bcrypt with configurable cost factor
Test regular expressions with live highlighting and match details
Convert between UTC, local time, and Unix timestamp
Escape or unescape special characters for JSON/JS strings
Format and validate JSON, XML, YAML, and SQL with syntax highlighting
Encode text to Base64 format
Decode Base64 text to original format
Convert images to Base64 data URLs
Convert Base64 data to images with preview and download
Convert text to ASCII codes and vice versa
Pick solid colors or gradients and copy the CSS value
Interactive color picker with multiple format output
Extract colors from images with pixel-perfect precision
Generate multiple favicon sizes from text, emojis, or images
Parse and explain cron expressions in human-readable format
View and explore JSON data in a tree structure
Generate unique identifiers easily.
Generate various hashes for your input.
Rename multiple files using patterns and download a ZIP
Minify CSS, JavaScript, and HTML to reduce file size
Convert text to ASCII codes and vice versa
Select text-to-ASCII or ASCII-to-text conversion mode
Enter your text or ASCII values to convert
Copy the converted result or swap modes for reverse conversion
Convert text to ASCII and ASCII back to text seamlessly
Output ASCII values in space, comma, or line-separated formats
Supports full Unicode character range beyond basic ASCII
A: ASCII (American Standard Code for Information Interchange) is a character encoding standard that assigns numbers 0-127 to letters, digits, and symbols used in English.
A: Yes! This tool supports the full Unicode range, so you can convert emojis, accented characters, and symbols beyond basic ASCII.
A: You can separate ASCII values with spaces, commas, or put each on a new line. The tool automatically detects the format.
Convert text to its ASCII/Unicode character code values in decimal, hexadecimal, binary, or octal, and back again. Useful for debugging character encoding issues, learning about character sets, and working with low-level data formats.
What is the ASCII code for a space character?
A space character has ASCII code 32 (decimal), 20 (hex), or 00100000 (binary).
Can this converter handle Unicode characters beyond ASCII?
Yes. The tool handles all Unicode characters. Non-ASCII characters will show their Unicode code point values, not just 0-127.
What is the difference between ASCII and Unicode?
ASCII is a 7-bit character set covering 128 characters (English letters, digits, common symbols). Unicode is a superset that covers over 140,000 characters from all world scripts.
Why do I get different decimal values for the same character on different systems?
If a character is outside the standard ASCII range (0โ127), its encoding depends on the character set being used (UTF-8, Windows-1252, etc.). The tool uses Unicode code points.