ASCII Table

Full ASCII reference 0–127 with decimal, hex, binary, character, and HTML entity. Filterable.

What is this for?

ASCII (American Standard Code for Information Interchange) is the 128-character encoding standard that maps characters 0–127 to integers. It's the foundation of every modern text encoding — UTF-8, Latin-1, Windows-1252 all extend it — so understanding ASCII values becomes essential when debugging binary data, writing parsers, or investigating text corruption.

When to use it

How it works

Common gotchas

Reference notes