ASCII Table

American Standard Code for Information Interchange (ASCII) - Complete character encoding reference.

About ASCII

ASCII (American Standard Code for Information Interchange) is a character encoding standard that represents text in computers and communication equipment.

  • Covers decimal values 0-127 (7-bit encoding)
  • Includes control characters (0-31), printable characters (32-126), and DEL (127)
  • Essential for understanding character representation in computing

Text to Hex Converter

Live conversion as you type. Each character converted to hexadecimal.
Control Characters

Range: 0-31

Non-printable characters used for device control and text formatting.

Examples: NUL, LF, CR, ESC

Printable Characters

Range: 32-126

Visible characters including letters, numbers, punctuation, and symbols.

Examples: A-Z, a-z, 0-9, !, @, #

Delete Character

Value: 127

Originally used to delete characters on paper tape by punching all holes.

Symbol: DEL

Complete ASCII Character Table

Dec Hex Char Description Dec Hex Char Description Dec Hex Char Description Dec Hex Char Description
000NULNull 3220SPSpace 6440@At sign 9660`Grave accent
101SOHStart of Heading 3321!Exclamation mark 6541AUppercase A 9761aLowercase a
202STXStart of Text 3422"Quotation mark 6642BUppercase B 9862bLowercase b
303ETXEnd of Text 3523#Number sign 6743CUppercase C 9963cLowercase c
404EOTEnd of Transmission 3624$Dollar sign 6844DUppercase D 10064dLowercase d
505ENQEnquiry 3725%Percent sign 6945EUppercase E 10165eLowercase e
606ACKAcknowledge 3826&Ampersand 7046FUppercase F 10266fLowercase f
707BELBell 3927'Apostrophe 7147GUppercase G 10367gLowercase g
808BSBackspace 4028(Left parenthesis 7248HUppercase H 10468hLowercase h
909HTHorizontal Tab 4129)Right parenthesis 7349IUppercase I 10569iLowercase i
100ALFLine Feed 422A*Asterisk 744AJUppercase J 1066AjLowercase j
110BVTVertical Tab 432B+Plus sign 754BKUppercase K 1076BkLowercase k
120CFFForm Feed 442C,Comma 764CLUppercase L 1086ClLowercase l
130DCRCarriage Return 452D-Hyphen-minus 774DMUppercase M 1096DmLowercase m
140ESOShift Out 462E.Period 784ENUppercase N 1106EnLowercase n
150FSIShift In 472F/Solidus 794FOUppercase O 1116FoLowercase o
1610DLEData Link Escape 48300Digit zero 8050PUppercase P 11270pLowercase p
1711DC1Device Control 1 49311Digit one 8151QUppercase Q 11371qLowercase q
1812DC2Device Control 2 50322Digit two 8252RUppercase R 11472rLowercase r
1913DC3Device Control 3 51333Digit three 8353SUppercase S 11573sLowercase s
2014DC4Device Control 4 52344Digit four 8454TUppercase T 11674tLowercase t
2115NAKNegative Acknowledge 53355Digit five 8555UUppercase U 11775uLowercase u
2216SYNSynchronous Idle 54366Digit six 8656VUppercase V 11876vLowercase v
2317ETBEnd of Transmission Block 55377Digit seven 8757WUppercase W 11977wLowercase w
2418CANCancel 56388Digit eight 8858XUppercase X 12078xLowercase x
2519EMEnd of Medium 57399Digit nine 8959YUppercase Y 12179yLowercase y
261ASUBSubstitute 583A:Colon 905AZUppercase Z 1227AzLowercase z
271BESCEscape 593B;Semicolon 915B[Left square bracket 1237B{Left curly bracket
281CFSFile Separator 603C<Less-than sign 925C\Reverse solidus 1247C|Vertical line
291DGSGroup Separator 613D=Equals sign 935D]Right square bracket 1257D}Right curly bracket
301ERSRecord Separator 623E>Greater-than sign 945E^Circumflex accent 1267E~Tilde
311FUSUnit Separator 633F?Question mark 955F_Low line 1277FDELDelete