Home Conversion Number ASCII Table

ASCII Table

ASCII stands for American Standard Code for Information Interchange. Below is the ASCII table with hex, decimal, octal, binary, html values and the description of every ASCII character.

Hex Decimal Octal Binary HTML ASCII Char Description
00000000000000�NULNull
01100100000001SOHStart of Header
02200200000010STXStart of Text
03300300000011ETXEnd of Text
04400400000100EOTEnd of Transmission
05500500000101ENQEnquiry
06600600000110ACKAcknowledge
07700700000111BELBell
08801000001000BSBackspace
09901100001001	TABHorizontal Tab
0A1001200001010
LFLine Feed
0B1101300001011VTVertical Tab
0C1201400001100FFForm Feed
0D1301500001101
CRCarriage Return
0E1401600001110SOShift Out
0F1501700001111SIShift In
101602000010000DLEData Link Escape
111702100010001DC1Device Control 1
121802200010010DC2Device Control 2
131902300010011DC3Device Control 3
142002400010100DC4Device Control 4
152102500010101NAKNegative Acknowledge
162202600010110SYNSynchronous Idle
172302700010111ETBEnd of Transmission Block
182403000011000CANCancel
192503100011001EMEnd of Medium
1A2603200011010SUBSubstitute
1B2703300011011ESCEscape
1C2803400011100FSFile Separator
1D2903500011101GSGroup Separator
1E3003600011110RSRecord Separator
1F3103700011111USUnit Separator
203204000100000 spaceSpace
213304100100001!!Exclamation mark
223404200100010""Double quote
233504300100011##Number sign
243604400100100$$Dollar sign
253704500100101%%Percent sign
263804600100110&&Ampersand
273904700100111''Apostrophe
284005000101000((Left parenthesis
294105100101001))Right parenthesis
2A4205200101010**Asterisk
2B4305300101011++Plus sign
2C4405400101100,,Comma
2D4505500101101--Hyphen
2E4605600101110..Period
2F4705700101111//Slash
30480600011000000Zero
31490610011000111One
32500620011001022Two
33510630011001133Three
34520640011010044Four
35530650011010155Five
36540660011011066Six
37550670011011177Seven
38560700011100088Eight
39570710011100199Nine
3A5807200111010::Colon
3B5907300111011&#59;;Semicolon
3C6007400111100&#60;<Less-than sign
3D6107500111101&#61;=Equals sign
3E6207600111110&#62;>Greater-than sign
3F6307700111111&#63;?Question mark
406410001000000&#64;@At sign
416510101000001&#65;AUppercase A
426610201000010&#66;BUppercase B
436710301000011&#67;CUppercase C
446810401000100&#68;DUppercase D
456910501000101&#69;EUppercase E
467010601000110&#70;FUppercase F
477110701000111&#71;GUppercase G
487211001001000&#72;HUppercase H
497311101001001&#73;IUppercase I
4A7411201001010&#74;JUppercase J
4B7511301001011&#75;KUppercase K
4C7611401001100&#76;LUppercase L
4D7711501001101&#77;MUppercase M
4E7811601001110&#78;NUppercase N
4F7911701001111&#79;OUppercase O
508012001010000&#80;PUppercase P
518112101010001&#81;QUppercase Q
528212201010010&#82;RUppercase R
538312301010011&#83;SUppercase S
548412401010100&#84;TUppercase T
558512501010101&#85;UUppercase U
568612601010110&#86;VUppercase V
578712701010111&#87;WUppercase W
588813001011000&#88;XUppercase X
598913101011001&#89;YUppercase Y
5A9013201011010&#90;ZUppercase Z
5B9113301011011&#91;[Left square bracket
5C9213401011100&#92;\Backslash
5D9313501011101&#93;]Right square bracket
5E9413601011110&#94;^Caret
5F9513701011111&#95;_Underscore
609614001100000&#96;`Grave accent
619714101100001&#97;aLowercase a
629814201100010&#98;bLowercase b
639914301100011&#99;cLowercase c
6410014401100100&#100;dLowercase d
6510114501100101&#101;eLowercase e
6610214601100110&#102;fLowercase f
6710314701100111&#103;gLowercase g
6810415001101000&#104;hLowercase h
6910515101101001&#105;iLowercase i
6A10615201101010&#106;jLowercase j
6B10715301101011&#107;kLowercase k
6C10815401101100&#108;lLowercase l
6D10915501101101&#109;mLowercase m
6E11015601101110&#110;nLowercase n
6F11115701101111&#111;oLowercase o
7011216001110000&#112;pLowercase p
7111316101110001&#113;qLowercase q
7211416201110010&#114;rLowercase r
7311516301110011&#115;sLowercase s
7411616401110100&#116;tLowercase t
7511716501110101&#117;uLowercase u
7611816601110110&#118;vLowercase v
7711916701110111&#119;wLowercase w
7812017001111000&#120;xLowercase x
7912117101111001&#121;yLowercase y
7A12217201111010&#122;zLowercase z
7B12317301111011&#123;{Left curly brace
7C12417401111100&#124;|Vertical bar
7D12517501111101&#125;}Right curly brace
7E12617601111110&#126;~Tilde
7F12717701111111&#127;DELDelete

What is ASCII table

The ASCII table (American Standard Code for Information Interchange) is a standardized character encoding system that assigns numeric values (0–127) to characters, symbols, and control commands used in computers and communication devices.

How many characters are defined in the ASCII table?

The original ASCII table defines 128 characters:

What are ASCII codes used for?

ASCII encoding was created to standardize character encoding across telecommunication systems, typewriters and early computers.

Therefore, ASCII codes are basically used to represent:

What are ASCII codes for space, tab, carriage return, enter and backspace?

What is the ASCII value of the character '@' (at-sign)?

@ : ASCII hex code = 40, ASCII decimal code = 64

What is the ASCII code of '#'?

# : ASCII hex code = 23, ASCII decimal code = 35

What is the ASCII code of '$'?

$ : ASCII hex code = 24, ASCII decimal code = 36

Are ASCII codes case sensitive?

Yes, ASCII values differ for uppercase and lowercase letters, 'Z' = 90 (decimal) or 0x5A (hex), while lowercase letter 'z' has ASCII code = 122 (decimal) or 0x7A (hex)

How many bits are used to represent ASCII chars?

What is the significance of ASCII code 0?

'0' = NULL character and it is historically used to terminate strings in programming languages (e.g. C Langauge).

Does ASCII supports non-English languages?

No, ASCII only supports English language letters.

What is the ASCII value for tilde '~'?

~ : ASCII hex code: 0x7E, ASCII decimal code: 126

What is the ASCII Bell character?

BEL is the ASCII character that is used to made computers beep. ASCII hex code: 0x07, ASCII decimal code: 7

What are the ASCII codes for Start of Heading, Start of Text and End of Text?

by Wasim Khan and it was last modified on

Related Conversions

Please find the related numeric conversions.

You may also like: