- Full 128 or extended 256?
- Standard ASCII (0-127) by default. Toggle to show Extended ASCII (128-255) or Latin-1 Supplement for reference.
- Does it show control characters?
- Yes — NUL, SOH, BEL, BS, HT, LF, CR, and others with their meaning. Useful for decoding file headers and low-level protocols.
- Decimal, hex, octal, binary?
- All four columns shown. Click any row to copy any representation. Plus the printable character itself where applicable.
- HTML entity for each character?
- Yes — the numeric HTML entity (`A` for A) is shown so you can embed any ASCII char in HTML without worrying about encoding.