IT lexicon Programming ASCII

ASCII

Programming På svenska → Updated: 2026-05-23

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.

← Back to the lexicon