Why this document?

Since I need to look up some ASCII codes all the time, I decided to put an ASCII table on my homepage for fast access and easy reading. I know there are a lot of alternatives around the web, but I really like to have often used documents at $HOME... ;). And since I believe this document can be useful to others too, I placed it here.

ASCII

From Wikipedia: "ASCII abbreviated from American Standard Code for Information Interchange, is a character encoding standard for electronic communication. ASCII codes represent text in computers, telecommunications equipment, and other devices. Most modern character-encoding schemes are based on ASCII, although most of those support many additional characters. Despite being an American standard, ASCII doesn't support symbols like the cent, ¢ (or €, ©), unlike some extended ASCII supersets, such as the modern UTF-8, though it does support the dollar, $. Nor does it support words like résumé, Beyoncé or jalapeño, or the Old or Middle English alphabets, e.g. missing æ and ð, meaning e.g. Encyclopædia Britannica can't be written using its old spelling. Very few languages or alphabets have full support, though Rotokas does, and the modern English alphabet does (it's just that that alphabet doesn't support all English/American words)."

Standard ASCII Table

DecHexBinaryCharHTMLDescription
00000000000NUL�Null
10100000001SOHStart of Header
20200000010STXStart of Text
30300000011ETXEnd of Text
40400000100EOTEnd of Transmission
50500000101ENQEnquiry
60600000110ACKAcknowledge
70700000111BELBell
80800001000BSBackspace
90900001001HT	Horizontal Tab
100A00001010LF
Line Feed
110B00001011VTVertical Tab
120C00001100FFForm Feed
130D00001101CR
Carriage Return
140E00001110SOShift Out
150F00001111SIShift In
161000010000DLEData Link Escape
171100010001DC1Device Control 1
181200010010DC2Device Control 2
191300010011DC3Device Control 3
201400010100DC4Device Control 4
211500010101NAKNegative Acknowledge
221600010110SYNSynchronize
231700010111ETBEnd of Transmission Block
241800011000CANCancel
251900011001EMEnd of Medium
261A00011010SUBSubstitute
271B00011011ESCEscape
281C00011100FSFile Separator
291D00011101GSGroup Separator
301E00011110RSRecord Separator
311F00011111USUnit Separator
322000100000space Space
332100100001!!Exclamation mark
342200100010""Double quote
352300100011##Number
362400100100$$Dollar sign
372500100101%%Percent
382600100110&&Ampersand
392700100111''Single quote
402800101000((Left parenthesis
412900101001))Right parenthesis
422A00101010**Asterisk
432B00101011++Plus
442C00101100,,Comma
452D00101101--Minus
462E00101110..Period
472F00101111//Slash 🤘... :)
48300011000000Zero
49310011000111One
50320011001022Two
51330011001133Three
52340011010044Four
53350011010155Five
54360011011066Six
55370011011177Seven
56380011100088Eight
57390011100199Nine
583A00111010::Colon
593B00111011;&#59;Semicolon
603C00111100<&#60;Less than
613D00111101=&#61;Equality sign
623E00111110>&#62;Greater than
633F00111111?&#63;Question mark
644001000000@&#64;At sign
654101000001A&#65;Capital A
664201000010B&#66;Capital B
674301000011C&#67;Capital C
684401000100D&#68;Capital D
694501000101E&#69;Capital E
704601000110F&#70;Capital F
714701000111G&#71;Capital G
724801001000H&#72;Capital H
734901001001I&#73;Capital I
744A01001010J&#74;Capital J
754B01001011K&#75;Capital K
764C01001100L&#76;Capital L
774D01001101M&#77;Capital M
784E01001110N&#78;Capital N
794F01001111O&#79;Capital O
805001010000P&#80;Capital P
815101010001Q&#81;Capital Q
825201010010R&#82;Capital R
835301010011S&#83;Capital S
845401010100T&#84;Capital T
855501010101U&#85;Capital U
865601010110V&#86;Capital V
875701010111W&#87;Capital W
885801011000X&#88;Capital X
895901011001Y&#89;Capital Y
905A01011010Z&#90;Capital Z
915B01011011[&#91;Left square bracket
925C01011100\&#92;Backslash
935D01011101]&#93;Right square bracket
945E01011110^&#94;Caret / circumflex
955F01011111_&#95;Underscore
966001100000`&#96;Grave / accent
976101100001a&#97;Small a
986201100010b&#98;Small b
996301100011c&#99;Small c
1006401100100d&#100;Small d
1016501100101e&#101;Small e
1026601100110f&#102;Small f
1036701100111g&#103;Small g
1046801101000h&#104;Small h
1056901101001i&#105;Small i
1066A01101010j&#106;Small j
1076B01101011k&#107;Small k
1086C01101100l&#108;Small l
1096D01101101m&#109;Small m
1106E01101110n&#110;Small n
1116F01101111o&#111;Small o
1127001110000p&#112;Small p
1137101110001q&#113;Small q
1147201110010r&#114;Small r
1157301110011s&#115;Small s
1167401110100t&#116;Small t
1177501110101u&#117;Small u
1187601110110v&#118;Small v
1197701110111w&#119;Small w
1207801111000x&#120;Small x
1217901111001y&#121;Small y
1227A01111010z&#122;Small z
1237B01111011{&#123;Left curly bracket
1247C01111100|&#124;Vertical bar
1257D01111101}&#125;Right curly bracket
1267E01111110~&#126;Tilde
1277F01111111DEL&#127;Delete

Extended ASCII

From Wikipedia: "Extended ASCII means an eight-bit character encoding that includes (most of) the seven-bit ASCII characters, plus additional characters. Using the term "extended ASCII" is sometimes criticized, because it can be mistakenly interpreted to mean that the ASCII standard has been updated to include more characters, or that the term unambiguously identifies a single encoding, neither of which is the case."

Extended ASCII Table

DecHexBinaryCharHTMLHTML Name
1288010000000&#128;&euro;
1298110000001
1308210000010&#130;&sbquo;
1318310000011ƒ&#131;&fnof;
1328410000100&#132;&bdquo;
1338510000101&#133;&hellip;
1348610000110&#134;&dagger;
1358710000111&#135;&Dagger;
1368810001000ˆ&#136;&circ;
1378910001001&#137;&permil;
1388A10001010Š&#138;&Scaron;
1398B10001011&#139;&lsaquo;
1408C10001100Œ&#140;&OElig;
1418D10001101
1428E10001110Ž&#142;
1438F10001111
1449010010000
1459110010001&#145;&lsquo;
1469210010010&#146;&rsquo;
1479310010011&#147;&ldquo;
1489410010100&#148;&rdquo;
1499510010101&#149;&bull;
1509610010110&#150;&ndash;
1519710010111&#151;&mdash;
1529810011000˜&#152;&tilde;
1539910011001&#153;&trade;
1549A10011010š&#154;&scaron;
1559B10011011&#155;&rsaquo;
1569C10011100œ&#156;&oelig;
1579D10011101
1589E10011110ž&#158;
1599F10011111Ÿ&#159;&Yuml;
160A010100000&#160;&nbsp;
161A110100001¡&#161;&iexcl;
162A210100010¢&#162;&cent;
163A310100011£&#163;&pound;
164A410100100¤&#164;&curren;
165A510100101¥&#165;&yen;
166A610100110¦&#166;&brvbar;
167A710100111§&#167;&sect;
168A810101000¨&#168;&uml;
169A910101001©&#169;&copy;
170AA10101010ª&#170;&ordf;
171AB10101011«&#171;&laquo;
172AC10101100¬&#172;&not;
173AD10101101­&#173;&shy;
174AE10101110®&#174;&reg;
175AF10101111¯&#175;&macr;
176B010110000°&#176;&deg;
177B110110001±&#177;&plusmn;
178B210110010²&#178;&sup2;
179B310110011³&#179;&sup3;
180B410110100´&#180;&acute;
181B510110101µ&#181;&micro;
182B610110110&#182;&para;
183B710110111·&#183;&middot;
184B810111000¸&#184;&cedil;
185B910111001¹&#185;&sup1;
186BA10111010º&#186;&ordm;
187BB10111011»&#187;&raquo;
188BC10111100¼&#188;&frac14;
189BD10111101½&#189;&frac12;
190BE10111110¾&#190;&frac34;
191BF10111111¿&#191;&iquest;
192C011000000À&#192;&Agrave;
193C111000001Á&#193;&Aacute;
194C211000010Â&#194;&Acirc;
195C311000011Ã&#195;&Atilde;
196C411000100Ä&#196;&Auml;
197C511000101Å&#197;&Aring;
198C611000110Æ&#198;&AElig;
199C711000111Ç&#199;&Ccedil;
200C811001000È&#200;&Egrave;
201C911001001É&#201;&Eacute;
202CA11001010Ê&#202;&Ecirc;
203CB11001011Ë&#203;&Euml;
204CC11001100Ì&#204;&Igrave;
205CD11001101Í&#205;&Iacute;
206CE11001110Î&#206;&Icirc;
207CF11001111Ï&#207;&Iuml;
208D011010000Ð&#208;&ETH;
209D111010001Ñ&#209;&Ntilde;
210D211010010Ò&#210;&Ograve;
211D311010011Ó&#211;&Oacute;
212D411010100Ô&#212;&Ocirc;
213D511010101Õ&#213;&Otilde;
214D611010110Ö&#214;&Ouml;
215D711010111×&#215;&times;
216D811011000Ø&#216;&Oslash;
217D911011001Ù&#217;&Ugrave;
218DA11011010Ú&#218;&Uacute;
219DB11011011Û&#219;&Ucirc;
220DC11011100Ü&#220;&Uuml;
221DD11011101Ý&#221;&Yacute;
222DE11011110Þ&#222;&THORN;
223DF11011111ß&#223;&szlig;
224E011100000à&#224;&agrave;
225E111100001á&#225;&aacute;
226E211100010â&#226;&acirc;
227E311100011ã&#227;&atilde;
228E411100100ä&#228;&auml;
229E511100101å&#229;&aring;
230E611100110æ&#230;&aelig;
231E711100111ç&#231;&ccedil;
232E811101000è&#232;&egrave;
233E911101001é&#233;&eacute;
234EA11101010ê&#234;&ecirc;
235EB11101011ë&#235;&euml;
236EC11101100ì&#236;&igrave;
237ED11101101í&#237;&iacute;
238EE11101110î&#238;&icirc;
239EF11101111ï&#239;&iuml;
240F011110000ð&#240;&eth;
241F111110001ñ&#241;&ntilde;
242F211110010ò&#242;&ograve;
243F311110011ó&#243;&oacute;
244F411110100ô&#244;&ocirc;
245F511110101õ&#245;&otilde;
246F611110110ö&#246;&ouml;
247F711110111÷&#247;&divide;
248F811111000ø&#248;&oslash;
249F911111001ù&#249;&ugrave;
250FA11111010ú&#250;&uacute;
251FB11111011û&#251;&ucirc;
252FC11111100ü&#252;&uuml;
253FD11111101ý&#253;&yacute;
254FE11111110þ&#254;&thorn;
255FF11111111ÿ&#255;&yuml;

Links

Comments