ASCII table

Client

Reference decimal and hex values for ASCII—including control codes—with quick copy.

About ASCII table

Decimal, hex, and character columns for ASCII 0–127—filter and copy codes locally. The interactive transform on this page runs in your browser tab—Toolcore does not need your paste for the core operation described above.

How to use this page

Paste or type in the main workspace, run the primary action from the toolbar, then copy or download the result. Use Load example when the page offers it, or URL prefill (?q= / ?qb=) so agents and tickets open the same input.

DecHexCharName
00x00·NUL
10x01·CTRL
20x02·CTRL
30x03·CTRL
40x04·CTRL
50x05·CTRL
60x06·CTRL
70x07·CTRL
80x08·CTRL
90x09·TAB
100x0A·LF
110x0B·CTRL
120x0C·CTRL
130x0D·CR
140x0E·CTRL
150x0F·CTRL
160x10·CTRL
170x11·CTRL
180x12·CTRL
190x13·CTRL
200x14·CTRL
210x15·CTRL
220x16·CTRL
230x17·CTRL
240x18·CTRL
250x19·CTRL
260x1A·CTRL
270x1B·ESC
280x1C·CTRL
290x1D·CTRL
300x1E·CTRL
310x1F·CTRL
320x20SPACE
330x21!
340x22"
350x23#
360x24$
370x25%
380x26&
390x27'
400x28(
410x29)
420x2A*
430x2B+
440x2C,
450x2D-
460x2E.
470x2F/
480x300
490x311
500x322
510x333
520x344
530x355
540x366
550x377
560x388
570x399
580x3A:
590x3B;
600x3C<
610x3D=
620x3E>
630x3F?
640x40@
650x41A
660x42B
670x43C
680x44D
690x45E
700x46F
710x47G
720x48H
730x49I
740x4AJ
750x4BK
760x4CL
770x4DM
780x4EN
790x4FO
800x50P
810x51Q
820x52R
830x53S
840x54T
850x55U
860x56V
870x57W
880x58X
890x59Y
900x5AZ
910x5B[
920x5C\
930x5D]
940x5E^
950x5F_
960x60`
970x61a
980x62b
990x63c
1000x64d
1010x65e
1020x66f
1030x67g
1040x68h
1050x69i
1060x6Aj
1070x6Bk
1080x6Cl
1090x6Dm
1100x6En
1110x6Fo
1120x70p
1130x71q
1140x72r
1150x73s
1160x74t
1170x75u
1180x76v
1190x77w
1200x78x
1210x79y
1220x7Az
1230x7B{
1240x7C|
1250x7D}
1260x7E~
1270x7F·CTRL

Nearby workflows on Toolcore

  • Hex encode & decodeUTF-8 text to hex and hex to text—strip spaces, local only. for the next text or markup step in your edit loop.
  • Encoding toolsHub index: Base64 & URL, Base64url, Base32, Crockford, LEB128, ASCII85, Z85, Base58, base-36, bencode, Morse, quoted-printable, URI, Puny… for the next text or markup step in your edit loop.
  • Text ↔ binaryConvert UTF-8 text to 0/1 bit strings and back—spaced bytes or continuous—in your browser. for the next text or markup step in your edit loop.
  • Extract numbersPull integer and decimal tokens from pasted text—copy the list locally; no ID or Luhn validation. for the next text or markup step in your edit loop.

Common use cases

  • Check why a log line shows code 10 (LF) vs 13 (CR).
  • Look up hex for non-printable bytes next to the hex encoder tool.
  • Teach or document charset basics without leaving the browser.

Common mistakes to avoid

  • Expecting UTF-8 code points

    This table is ASCII 0–127 only—use the Unicode normalizer for full Unicode.

FAQ

Why are some glyphs shown as ·?

Non-printable control characters use a placeholder in the Char column.

Related utilities you can open in another tab—mostly client-side.