Skip to content
data

ASCII Table

100% In-Browser Execution · Zero External Calls · Private & Secure

data

ASCII Table

DecHexBinaryCharLabelCopy
00x0000000000·NUL
10x0100000001·SOH
20x0200000010·STX
30x0300000011·ETX
40x0400000100·EOT
50x0500000101·ENQ
60x0600000110·ACK
70x0700000111·BEL
80x0800001000·BS
90x0900001001·TAB
100x0A00001010·LF
110x0B00001011·VT
120x0C00001100·FF
130x0D00001101·CR
140x0E00001110·SO
150x0F00001111·SI
160x1000010000·DLE
170x1100010001·DC1
180x1200010010·DC2
190x1300010011·DC3
200x1400010100·DC4
210x1500010101·NAK
220x1600010110·SYN
230x1700010111·ETB
240x1800011000·CAN
250x1900011001·EM
260x1A00011010·SUB
270x1B00011011·ESC
280x1C00011100·FS
290x1D00011101·GS
300x1E00011110·RS
310x1F00011111·US
320x2000100000SPACE
330x2100100001!!
340x2200100010""
350x2300100011##
360x2400100100$$
370x2500100101%%
380x2600100110&&
390x2700100111''
400x2800101000((
410x2900101001))
420x2A00101010**
430x2B00101011++
440x2C00101100,,
450x2D00101101--
460x2E00101110..
470x2F00101111//
480x300011000000
490x310011000111
500x320011001022
510x330011001133
520x340011010044
530x350011010155
540x360011011066
550x370011011177
560x380011100088
570x390011100199
580x3A00111010::
590x3B00111011;;
600x3C00111100<<
610x3D00111101==
620x3E00111110>>
630x3F00111111??
640x4001000000@@
650x4101000001AA
660x4201000010BB
670x4301000011CC
680x4401000100DD
690x4501000101EE
700x4601000110FF
710x4701000111GG
720x4801001000HH
730x4901001001II
740x4A01001010JJ
750x4B01001011KK
760x4C01001100LL
770x4D01001101MM
780x4E01001110NN
790x4F01001111OO
800x5001010000PP
810x5101010001QQ
820x5201010010RR
830x5301010011SS
840x5401010100TT
850x5501010101UU
860x5601010110VV
870x5701010111WW
880x5801011000XX
890x5901011001YY
900x5A01011010ZZ
910x5B01011011[[
920x5C01011100\\
930x5D01011101]]
940x5E01011110^^
950x5F01011111__
960x6001100000``
970x6101100001aa
980x6201100010bb
990x6301100011cc
1000x6401100100dd
1010x6501100101ee
1020x6601100110ff
1030x6701100111gg
1040x6801101000hh
1050x6901101001ii
1060x6A01101010jj
1070x6B01101011kk
1080x6C01101100ll
1090x6D01101101mm
1100x6E01101110nn
1110x6F01101111oo
1120x7001110000pp
1130x7101110001qq
1140x7201110010rr
1150x7301110011ss
1160x7401110100tt
1170x7501110101uu
1180x7601110110vv
1190x7701110111ww
1200x7801111000xx
1210x7901111001yy
1220x7A01111010zz
1230x7B01111011{{
1240x7C01111100||
1250x7D01111101}}
1260x7E01111110~~
1270x7F01111111·DEL

Quick Guide

HOW TO USE
ASCII TABLE

Simple 4-step workflow

1

Input your data

Paste or type your input directly into the ASCII Table workspace.

2

Configure parameters & options

Adjust formatting, encoding mode, schema settings, or options in real time.

3

Inspect live result

Review the instant, zero-latency computation generated entirely in browser memory.

4

Copy or export output

Use the one-click copy button to copy the transformed output to your clipboard.

Specification

WHAT IS
ASCII TABLE?

100% Client-Side
Zero Latency
Zero Data Logs

ASCII Table is a compact reference for control characters, printable characters, and their numeric encodings. It is useful when debugging protocols, serial data, escape sequences, old file formats, or low-level text transformations.

When to use it

  • Checking character codes while debugging parsers or protocol payloads
  • Mapping decimal, hex, and binary values during scripting or embedded work
  • Looking up control characters like TAB, LF, CR, ESC, or DEL

Key Features

  • ·Shows decimal, hexadecimal, and binary values side by side
  • ·Searches by character, label, or encoded value
  • ·Highlights control characters and printable characters in one table
Developer TipSearch for “space”, “tab”, or a numeric code like 10 to jump directly to common control characters.

Privacy & Security Guarantee

WHY IN-BROWSER PROCESSING MATTERS FOR DEVELOPERS

Many online formatters and decoders send your code, JSON payloads, auth tokens, and database schemas to backend servers where they can be cached, logged, or intercepted. ToolBox4Devs guarantees that all processing for ASCII Table runs entirely in your browser's JavaScript V8 engine.

Zero Server Roundtrips
Zero Telemetry Logs
PWA Offline Compatible

Frequently Asked

QUESTIONS &
ANSWERS

Indexed for search engines and AI assistants

What is ASCII Table?

ASCII Table is a compact reference for control characters, printable characters, and their numeric encodings. It is useful when debugging protocols, serial data, escape sequences, old file formats, or low-level text transformations.

Is ASCII Table private and safe for sensitive data?

Yes. Like all tools on ToolBox4Devs, ASCII Table runs 100% client-side inside your browser JavaScript runtime. No input data, API keys, JSON payloads, passwords, or secrets are ever sent to any server or external API.

How does ASCII Table work?

All computations and transformations execute synchronously within your local browser environment using standard Web APIs, Web Crypto, and JavaScript. You can verify this by checking the DevTools Network tab while using the tool.

Is ASCII Table free to use?

Yes, ASCII Table is 100% free with no registration, no daily usage limits, and no advertising.

Can I use ASCII Table offline?

Yes. ToolBox4Devs is an installable Progressive Web App (PWA). Once cached in your browser, all utilities run completely offline without an internet connection.

What are common use cases for ASCII Table?

Popular scenarios include: Checking character codes while debugging parsers or protocol payloads. Mapping decimal, hex, and binary values during scripting or embedded work. Looking up control characters like TAB, LF, CR, ESC, or DEL.

What features are included in ASCII Table?

Key capabilities include: Shows decimal, hexadecimal, and binary values side by side, Searches by character, label, or encoded value, Highlights control characters and printable characters in one table.

Other Developer Utilities

View all 69