Skip to content
Utiloom

ASCII Table

Browse all 128 standard ASCII codes with exact decimal, hex, 7- or 8-bit binary, control names, escapes, HTML references, and percent bytes.

LocalNo retention

Reviewed July 13, 2026

Guide, examples, and validation Show

About this tool

Resolve standard ASCII bytes without mixing control glyphs, HTML notation, URL component behavior, or 7-bit and 8-bit display conventions.

ASCII Table is useful when you need a fast reference for characters, control codes, and number mappings without reaching for a separate doc or script. It helps with encoding explanations, debugging, and low-level text handling where decimal, hex, and binary values matter.

  • Shows decimal, hexadecimal, selectable 7- or 8-bit binary, control-picture glyphs, full control names, and common escape notation for codes 0 through 127.
  • Separates HTML decimal, hexadecimal, and named references from byte percent encoding and encodeURIComponent output.
  • Supports exact prefix filters such as dec:, hex:, bin:, char:, name:, escape:, html:, and url:, individual value copy, range filters, and CSV export.

How to use ASCII Table

Browse the table, locate the character or code you need, and copy the values relevant to your debugging or documentation task. If you are comparing multiple representations, keep the decimal, hex, and printable character views side by side so the mapping stays clear.

When this tool is useful

  • Shows decimal, hexadecimal, selectable 7- or 8-bit binary, control-picture glyphs, full control names, and common escape notation for codes 0 through 127.
  • Separates HTML decimal, hexadecimal, and named references from byte percent encoding and encodeURIComponent output.
  • Supports exact prefix filters such as dec:, hex:, bin:, char:, name:, escape:, html:, and url:, individual value copy, range filters, and CSV export.

Examples you can test

Load an example, compare the result with the expected output, then replace it with your own input.

Look up a control character

Example input

Search: LF

Expected output

Decimal 10, hex 0x0A, binary 00001010

Useful when debugging line endings, logs, protocol examples, or copied text that behaves differently across systems.

Document a printable character code

Example input

Search: A

Expected output

Decimal 65, hex 0x41, binary 01000001, HTML A

Showing multiple representations side by side helps explain encodings in docs, lessons, and developer handoff notes.

Validation checklist

  • Confirm whether the workflow needs standard 7-bit ASCII or an extended encoding such as Latin-1 or Windows-1252.
  • Check non-printable control characters carefully because they may not show a visible glyph.
  • Use the decimal, hex, and binary values consistently when copying examples into code or documentation.
  • Validate URL-encoded output in the destination parser if the character will be used in query strings or forms.

Frequently asked questions

Does this include extended ASCII values above 127?

No. This tool focuses on the standard 7-bit ASCII table from 0 to 127.

Can I search control characters like TAB or LF?

Yes. Search abbreviations such as LF, CR, and ESC or use a prefix such as name:line feed, dec:10, or escape:\n.

Does the table include extended ASCII characters (128-255)?

The table covers the standard 7-bit ASCII range (0-127). Extended characters depend on encoding (Latin-1, Windows-1252, etc.) and are not part of the core ASCII standard.

Can I search for a character by its HTML entity name?

Yes. Use html:&, html:A, or html:A. The tool distinguishes named and numeric references from URL percent bytes.

Why do some characters like NUL or ESC show no visible glyph?

Characters 0-31 and 127 are non-printable. The glyph column uses Unicode control pictures only as visible reference symbols and labels them separately from the underlying ASCII byte.

Related tools

Keep the workflow moving

Continue with tools that handle a related input, output, or validation step.

Developer

CSV & Local Data Workbench

Profile, clean, and convert CSV data locally.

Local
Developer

JSON Schema Workbench

Validate bounded JSON Schema and instance data locally.

Local
Developer

Accessibility QA Workbench

Review WCAG contrast and isolated HTML audit evidence.

Local
Developer

JSON Diff

Compare JSON semantics and verify a standard JSON Patch.

Local