ASCII
textThe 7-bit character set that covers English letters, digits, and common symbols. 128 codepoints total.
Every byte under 128 maps to one ASCII glyph. Almost every other text format — URLs, base64, UUIDs — is ASCII-safe by design, meaning the output contains only ASCII characters so it passes through systems that mangle non-ASCII bytes.