ASCII Table

Found 95 results
DecimalHexOctalBinaryCharHTML Entity
32200400100000  
33210410100001!!
34220420100010""
35230430100011##
36240440100100$$
37250450100101%%
38260460100110&&
39270470100111''
40280500101000((
41290510101001))
422A0520101010**
432B0530101011++
442C0540101100,,
452D0550101101--
462E0560101110..
472F0570101111//
4830060011000000
4931061011000111
5032062011001022
5133063011001133
5234064011010044
5335065011010155
5436066011011066
5537067011011177
5638070011100088
5739071011100199
583A0720111010::
593B0730111011;&#59;
603C0740111100<&#60;
613D0750111101=&#61;
623E0760111110>&#62;
633F0770111111?&#63;
64401001000000@&#64;
65411011000001A&#65;
66421021000010B&#66;
67431031000011C&#67;
68441041000100D&#68;
69451051000101E&#69;
70461061000110F&#70;
71471071000111G&#71;
72481101001000H&#72;
73491111001001I&#73;
744A1121001010J&#74;
754B1131001011K&#75;
764C1141001100L&#76;
774D1151001101M&#77;
784E1161001110N&#78;
794F1171001111O&#79;
80501201010000P&#80;
81511211010001Q&#81;
82521221010010R&#82;
83531231010011S&#83;
84541241010100T&#84;
85551251010101U&#85;
86561261010110V&#86;
87571271010111W&#87;
88581301011000X&#88;
89591311011001Y&#89;
905A1321011010Z&#90;
915B1331011011[&#91;
925C1341011100\&#92;
935D1351011101]&#93;
945E1361011110^&#94;
955F1371011111_&#95;
96601401100000`&#96;
97611411100001a&#97;
98621421100010b&#98;
99631431100011c&#99;
100641441100100d&#100;
101651451100101e&#101;
102661461100110f&#102;
103671471100111g&#103;
104681501101000h&#104;
105691511101001i&#105;
1066A1521101010j&#106;
1076B1531101011k&#107;
1086C1541101100l&#108;
1096D1551101101m&#109;
1106E1561101110n&#110;
1116F1571101111o&#111;
112701601110000p&#112;
113711611110001q&#113;
114721621110010r&#114;
115731631110011s&#115;
116741641110100t&#116;
117751651110101u&#117;
118761661110110v&#118;
119771671110111w&#119;
120781701111000x&#120;
121791711111001y&#121;
1227A1721111010z&#122;
1237B1731111011{&#123;
1247C1741111100|&#124;
1257D1751111101}&#125;
1267E1761111110~&#126;

About the ASCII Table Tool

Complete ASCII Character Encoding Lookup & Two-Way Converter

This tool covers all 128 standard ASCII characters (0-127), including 32 control characters and 95 printable characters. Search by character, code, or description. Enter a character or code for instant two-way conversion. Click any cell to copy its value. Everything runs locally in your browser.


Features

  • Complete coverage of all 128 ASCII characters (0-127)
  • Simultaneous display of decimal, hex, octal, binary, character, and HTML entity
  • Intelligent two-way conversion between characters and codes
  • Search by character, code, or description
  • One-click copy of any encoded value
  • Toggle control character visibility
  • Runs entirely in the browser, no server required

How to Use

  1. 1Type a character, code, or keyword in the search box to filter the table
  2. 2Enter a character (e.g. A) or code (e.g. 65, 0x41) in the converter to see all encodings
  3. 3Click any cell in the table to copy its value
  4. 4Enable 'Show control characters' to view characters 0-31 and 127

Frequently Asked Questions

What is ASCII?
ASCII (American Standard Code for Information Interchange) is a character encoding standard that uses numbers 0-127 to represent English letters, digits, punctuation marks, and control characters. It is one of the foundational encodings used in computer communication.
What is the difference between control and printable characters?
In ASCII, characters 0-31 and 127 are control characters. They are invisible and used to control device behavior (e.g., newline, carriage return, tab). Characters 32-126 are printable and include spaces, letters, digits, and punctuation.
How do I enter hexadecimal or binary values for conversion?
Enter prefixed values in the converter: use 0x for hexadecimal (e.g. 0x41), 0o for octal (e.g. 0o101), and 0b for binary (e.g. 0b1000001). Numbers without a prefix are treated as decimal.
How does ASCII relate to Unicode?
ASCII is a subset of Unicode. The first 128 code points (U+0000 to U+007F) in Unicode are identical to ASCII. Therefore, every ASCII character has the same encoding value in Unicode.
Why is the space character considered printable?
The space character (ASCII 32) is invisible but is an actual printable character that occupies one character position in output. It is not a control character; it belongs to the printable character set.

Related Tools

Code FormatterXML FormatterUnicode ConverterColor Code ConverterBase ConverterBase64 Encoder DecoderURL Encoder DecoderHTML Entity EscapeCookie to JSONJSON Unicode EscapeMD5 EncoderJWT Decode Verify EncodeJSON to CookieUUID Generator & ParserRegex TesterHTTP Status CodesPort NumbersUser-Agent ViewerMy Browser FingerprintJSON Unicode UnescapeCron Expression Generator & ParserIP Address LookupHash CalculatorSQL Formatter