ASCII Table
Look up all 128 ASCII characters with decimal, hex, binary, HTML entity and description. Filter by type and search by character or code.
| Dec | Hex | Binary | Char | Name | Description | HTML | Action |
|---|
What is the ASCII table?
ASCII (American Standard Code for Information Interchange) is a character encoding standard created in 1963. It defines 128 characters (0–127): 33 non-printable control characters and 95 printable characters — letters, digits and punctuation symbols.
Each character has an equivalent decimal code. For example, the letter A is code 65 (hex 41, binary 01000001). These codes are widely used in programming, network protocols and operating systems.
ASCII is a subset of Unicode — the first 128 Unicode code points are identical to ASCII.
Related Tools
Word Counter
Count words, characters with and without spaces, and paragraphs in real time. Ideal for writers, students and anyone working with text.
MD5 Hash Generator
Generate the MD5 hash of any text online — 32 hexadecimal characters calculated in the browser, no data sent to any server.
SHA-256 Hash Generator
Generate the SHA-256 hash of any text using the native Web Crypto API. 64-character hex hash, processed locally in your browser.