Skip to content
ASCII World

ASCII Summary

A high-level summary of the ASCII character set. See how the 256 codes break down across control characters, printable symbols, and the extended range - with quick-reference cards for each group.

Character Set Breakdown

Control Characters

33 chars

Non-printable codes originally designed for hardware signaling. Only Tab (9), Line Feed (10), Carriage Return (13), and Escape (27) remain in common use today.

Printable Characters

95 chars

Symbols and Punctuation (33)

Extended ASCII

128 chars

Characters 128-255 vary by encoding. The grid below shows the Windows-1252 (CP1252) mapping, the most common in Western computing. Compare other encodings to see how the same byte values map differently.

Key Facts

7-bit encoding - Standard ASCII uses 7 bits, giving exactly 128 code points (0-127). The 8th bit enables the extended range (128-255) but its meaning depends on which encoding is active.
Universal compatibility - The printable range (32-126) is identical across all ASCII-based encodings, including UTF-8, making it the universal common ground for text interchange.
Published in 1963 - ASCII was first published as ASA X3.4-1963 and became the dominant character encoding for the internet until UTF-8 surpassed it in 2007.
Still everywhere - Every modern encoding (UTF-8, UTF-16, ISO-8859-x, Windows-125x) preserves the original 128 ASCII code points at their same positions.

Explore More