How the ASCII Table Reference Works
AnyTool ships a complete 0–255 character dataset and computes every representation with native browser APIs: decimal, hex, octal, and binary via toString and padStart; character and code point via String.fromCharCode/codePointAt; HTML numeric and named entities; and ANSI-C, JS/CSS, and URL escapes. Extended characters (128–255) are rendered with TextDecoder for the selected encoding (Windows-1252 or ISO-8859-1), correctly handling the 128–159 difference. A live converter accepts any input format and instant search filters across all columns.
- Full 0–255 with dec/hex/oct/binary/HTML entity/escapes
- Control codes with abbreviation, caret notation, and name
- Windows-1252 and ISO-8859-1 extended encodings
- Live bidirectional converter with binary breakdown
- Instant search and one-click per-cell copy
