ASCII Converter
Convert between a character and its ASCII / Unicode code point.
Calculate
Enter your values below.
Result
Result
0
Formula used
Every character has a numeric code point (ASCII for standard English characters, Unicode more broadly).
Example: 'A' = code point 65.
How to use this calculator
- Enter Character, Code point.
- Choose Direction.
- Press Calculate to see your result instantly.
FAQ
Frequently asked questions
What is ASCII?
A character encoding standard that assigns a number (0-127) to English letters, digits, and symbols.
Does this only work for ASCII characters?
It works for any character, using JavaScript's Unicode code points — ASCII is a subset of the first 128 values.
What if I enter more than one character?
Only the first character is converted.
What is the code for a space character?
32.
