ASCII Tool

ASCII Resources

ASCII characters table

A complete list of standard and extended
American Standard Code for Information Interchange ( ASCII )
With common code values, HTML entities, symbols, and descriptions.

33
Control characters
95
Printable characters
640
Extended codes

00-1F, 7F

ASCII control codes

Non-printing standard ASCII control codes, including DEL.

7-bit character codes
Control codes use their conventional abbreviations.
Standard ASCII control character codes.
DecHexBinaryUTF-16HTML no.SymbolDescription
0

20-7E

Printable ASCII

Printable keyboard characters from the original 7-bit ASCII set.

7-bit character codes
Printable values display the visible character, with SP marking the space character.
Standard ASCII printable character codes 32 through 126.
DecHexBinaryUTF-16HTML no.SymbolDescription

80-FF

Extended codes

Values 128-255, not part of standard 7-bit ASCII, allow additional characters to be represented.

Windows-1252
Windows-1252 is an extension of ASCII that was widely used on Microsoft Windows operating systems.
Windows-1252 extended character codes 128 through 255.
DecHexBinaryUTF-16HTML no.SymbolDescription

About

Common ASCII usage

ASCII is a character encoding standard that represents text as numeric values. It defines the first 128 codes used for common control codes,letters, numbers, punctuation, and symbols.

This table lists each character with its decimal, octal, hexadecimal, binary, symbol, HTML number, HTML entity, and description. These formats are useful when working with HTML, terminal output, data formats, and byte-level text references.

The extended section includes byte values beyond standard ASCII, following the Windows-1252 mapping commonly used by ASCII reference tables. For modern applications, Unicode and UTF-8 are preferred, with UTF-8 remaining compatible with ASCII for the first 128 codepoints.

```