1001Ferramentas
📟 Utilities

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