ASCII
7-bit character encoding from 1963 — 128 characters: letters, digits, symbols, control characters.
A = 65, 0 = 48, space = 32. The basis for all modern character encoding. UTF-8 is backward-compatible: ASCII text is valid UTF-8. The limitation (no accented characters) drove extensions and eventually Unicode.