HTML Page Structure

HTML Elements
HTML Attributes


HTML ASCII Code

ASCII 0-31 control character Chart

Below table contains first 32 ASCII characters which are non-printable control codes that can be used to control the peripherals such as printers.

DEC CodeOCT CodeHEX CodeBIN CodeASCII CharHTML CodeDescription
00000000000000NUL&# 000;Null char
10010100000001SOH&# 001;Start of Heading
20020200000010STX&# 002;Start of Text
30030300000011ETX&# 003;End of Text
40040400000100EOT&# 004;End of Transmission
50050500000101ENQ&# 005;Enquiry
60060600000110ACK&# 006;Acknowledgment
70070700000111BEL&# 007;Bell
80100800001000BS&# 008;Back Space
90110900001001HT&# 009;Horizontal Tab
100120A00001010LF&# 010;Line Feed
110130B00001011VT&# 011;Vertical Tab
120140C00001100FF&# 012;Form Feed
130150D00001101CR&# 013;Carriage Return
140160E00001110SO&# 014;Shift Out / X-On
150170F00001111SI&# 015;Shift In / X-Off
160201000010000DLE&# 016;Data Line Escape
170211100010001DC1&# 017;Device Control 1
180221200010010DC2&# 018;Device Control 2
190231300010011DC3&# 019;Device Control 3 (oft. XOFF)
200241400010100DC4&# 020;Device Control 4
210251500010101NAK&# 021;Negative Acknowledgement
220261600010110SYN&# 022;Synchronous Idle
230271700010111ETB&# 023;End of Transmit Block
240301800011000CAN&# 024;Cancel
250311900011001EM&# 025;End of Medium
260321A00011010SUB&# 026;Substitute
270331B00011011ESC&# 027;Escape
280341C00011100FS&# 028;File Separator
290351D00011101GS&# 029;Group Separator
300361E00011110RS&# 030;Record Separator
310371F00011111US&# 031;Unit Separator

ASCII 32-127 printable characters Chart

Codes 32-127 are common for all the different variations of the ASCII table, they are called printable characters, represent letters, digits, punctuation marks, and a few miscellaneous symbols. You will find almost every character on your keyboard. Character 127 represents the command DEL.

DEC CodeOCT CodeHEX CodeBIN CodeASCII CharHTML CodeDescription
320402000100000 &# 032;Space
330412100100001!&# 033;Exclamation mark
340422200100010"&# 034;Double quotes (or speech marks)
350432300100011#&# 035;Number
360442400100100$&# 036;Dollar
370452500100101%&# 037;Procenttecken
380462600100110&&# 038;Ampersand
390472700100111'&# 039;Single quote
400502800101000(&# 040;Open parenthesis
410512900101001)&# 041;Close parenthesis
420522A00101010*&# 042;Asterisk
430532B00101011+&# 043;Plus
440542C00101100,&# 044;Comma
450552D00101101-&# 045;Hyphen
460562E00101110.&# 046;Period, dot or full stop
470572F00101111/&# 047;Slash or divide
4806030001100000&# 048;Zero
4906131001100011&# 049;One
5006232001100102&# 050;Two
5106333001100113&# 051;Three
5206434001101004&# 052;Four
5306535001101015&# 053;Five
5406636001101106&# 054;Six
5506737001101117&# 055;Seven
5607038001110008&# 056;Eight
5707139001110019&# 057;Nine
580723A00111010:&# 058;Colon
590733B00111011;&# 059;Semicolon
600743C00111100<&# 060;Less than
610753D00111101=&# 061;Equals
620763E00111110>&# 062;Greater than
630773F00111111?&# 063;Question mark
641004001000000@&# 064;At symbol
651014101000001A&# 065;Uppercase A
661024201000010B&# 066;Uppercase B
671034301000011C&# 067;Uppercase C
681044401000100D&# 068;Uppercase D
691054501000101E&# 069;Uppercase E
701064601000110F&# 070;Uppercase F
711074701000111G&# 071;Uppercase G
721104801001000H&# 072;Uppercase H
731114901001001I&# 073;Uppercase I
741124A01001010J&# 074;Uppercase J
751134B01001011K&# 075;Uppercase K
761144C01001100L&# 076;Uppercase L
771154D01001101M&# 077;Uppercase M
781164E01001110N&# 078;Uppercase N
791174F01001111O&# 079;Uppercase O
801205001010000P&# 080;Uppercase P
811215101010001Q&# 081;Uppercase Q
821225201010010R&# 082;Uppercase R
831235301010011S&# 083;Uppercase S
841245401010100T&# 084;Uppercase T
851255501010101U&# 085;Uppercase U
861265601010110V&# 086;Uppercase V
871275701010111W&# 087;Uppercase W
881305801011000X&# 088;Uppercase X
891315901011001Y&# 089;Uppercase Y
901325A01011010Z&# 090;Uppercase Z
911335B01011011[&# 091;Opening bracket
921345C01011100\&# 092;Backslash
931355D01011101]&# 093;Closing bracket
941365E01011110^&# 094;Caret - circumflex
951375F01011111_&# 095;Underscore
961406001100000`&# 096;Grave accent
971416101100001a&# 097;Lowercase a
981426201100010b&# 098;Lowercase b
991436301100011c&# 099;Lowercase c
1001446401100100d&# 100;Lowercase d
1011456501100101e&# 101;Lowercase e
1021466601100110f&# 102;Lowercase f
1031476701100111g&# 103;Lowercase g
1041506801101000h&# 104;Lowercase h
1051516901101001i&# 105;Lowercase i
1061526A01101010j&# 106;Lowercase j
1071536B01101011k&# 107;Lowercase k
1081546C01101100l&# 108;Lowercase l
1091556D01101101m&# 109;Lowercase m
1101566E01101110n&# 110;Lowercase n
1111576F01101111o&# 111;Lowercase o
1121607001110000p&# 112;Lowercase p
1131617101110001q&# 113;Lowercase q
1141627201110010r&# 114;Lowercase r
1151637301110011s&# 115;Lowercase s
1161647401110100t&# 116;Lowercase t
1171657501110101u&# 117;Lowercase u
1181667601110110v&# 118;Lowercase v
1191677701110111w&# 119;Lowercase w
1201707801111000x&# 120;Lowercase x
1211717901111001y&# 121;Lowercase y
1221727A01111010z&# 122;Lowercase z
1231737B01111011{&# 123;Opening brace
1241747C01111100|&# 124;Vertical bar
1251757D01111101}&# 125;Closing brace
1261767E01111110~&# 126;Equivalency sign - tilde
1271777F01111111&# 127;Delete

Extended ASCII 128-255 codes Chart

There are several different variations of the 8-bit ASCII table. The table below is according to ISO 8859-1, also called ISO Latin-1. Codes 129-159 contain the Microsoft? Windows Latin-1 extended characters.

DEC CodeOCT CodeHEX CodeBIN CodeASCII CharHTML CodeDescription
1282008010000000&# 128;Euro sign
1292018110000001&# 129;
1302028210000010&# 130;Single low-9 quotation mark
1312038310000011ƒ&# 131;Latin small letter f with hook
1322048410000100&# 132;Double low-9 quotation mark
1332058510000101&# 133;Horizontal ellipsis
1342068610000110&# 134;Dagger
1352078710000111&# 135;Double dagger
1362108810001000ˆ&# 136;Modifier letter circumflex accent
1372118910001001&# 137;Per mille sign
1382128A10001010Š&# 138;Latin capital letter S with caron
1392138B10001011&# 139;Single left-pointing angle quotation
1402148C10001100Œ&# 140;Latin capital ligature OE
1412158D10001101&# 141;
1422168E10001110Ž&# 142;Latin captial letter Z with caron
1432178F10001111&# 143;
1442209010010000&# 144;
1452219110010001&# 145;Left single quotation mark
1462229210010010&# 146;Right single quotation mark
1472239310010011&# 147;Left double quotation mark
1482249410010100&# 148;Right double quotation mark
1492259510010101&# 149;Bullet
1502269610010110&# 150;En dash
1512279710010111&# 151;Em dash
1522309810011000˜&# 152;Small tilde
1532319910011001&# 153;Trade mark sign
1542329A10011010š&# 154;Latin small letter S with caron
1552339B10011011&# 155;Single right-pointing angle quotation mark
1562349C10011100œ&# 156;Latin small ligature oe
1572359D10011101&# 157;
1582369E10011110ž&# 158;Latin small letter z with caron
1592379F10011111Ÿ&# 159;Latin capital letter Y with diaeresis
160240A010100000 &# 160;Non-breaking space
161241A110100001¡&# 161;Inverted exclamation mark
162242A210100010¢&# 162;Cent sign
163243A310100011£&# 163;Pound sign
164244A410100100¤&# 164;Currency sign
165245A510100101¥&# 165;Yen sign
166246A610100110¦&# 166;Pipe, Broken vertical bar
167247A710100111§&# 167;Section sign
168250A810101000¨&# 168;Spacing diaeresis - umlaut
169251A910101001©&# 169;Copyright sign
170252AA10101010ª&# 170;Feminine ordinal indicator
171253AB10101011«&# 171;Left double angle quotes
172254AC10101100¬&# 172;Not sign
173255AD10101101­&# 173;Soft hyphen
174256AE10101110®&# 174;Registered trade mark sign
175257AF10101111¯&# 175;Spacing macron - overline
176260B010110000°&# 176;Degree sign
177261B110110001±&# 177;Plus-or-minus sign
178262B210110010²&# 178;Superscript two - squared
179263B310110011³&# 179;Superscript three - cubed
180264B410110100´&# 180;Acute accent - spacing acute
181265B510110101µ&# 181;Micro sign
182266B610110110&# 182;Pilcrow sign - paragraph sign
183267B710110111·&# 183;Middle dot - Georgian comma
184270B810111000¸&# 184;Spacing cedilla
185271B910111001¹&# 185;Superscript one
186272BA10111010º&# 186;Masculine ordinal indicator
187273BB10111011»&# 187;Right double angle quotes
188274BC10111100¼&# 188;Fraction one quarter
189275BD10111101½&# 189;Fraction one half
190276BE10111110¾&# 190;Fraction three quarters
191277BF10111111¿&# 191;Inverted question mark
192300C011000000À&# 192;Latin capital letter A with grave
193301C111000001Á&# 193;Latin capital letter A with acute
194302C211000010Â&# 194;Latin capital letter A with circumflex
195303C311000011Ã&# 195;Latin capital letter A with tilde
196304C411000100Ä&# 196;Latin capital letter A with diaeresis
197305C511000101Å&# 197;Latin capital letter A with ring above
198306C611000110Æ&# 198;Latin capital letter AE
199307C711000111Ç&# 199;Latin capital letter C with cedilla
200310C811001000È&# 200;Latin capital letter E with grave
201311C911001001É&# 201;Latin capital letter E with acute
202312CA11001010Ê&# 202;Latin capital letter E with circumflex
203313CB11001011Ë&# 203;Latin capital letter E with diaeresis
204314CC11001100Ì&# 204;Latin capital letter I with grave
205315CD11001101Í&# 205;Latin capital letter I with acute
206316CE11001110Î&# 206;Latin capital letter I with circumflex
207317CF11001111Ï&# 207;Latin capital letter I with diaeresis
208320D011010000Ð&# 208;Latin capital letter ETH
209321D111010001Ñ&# 209;Latin capital letter N with tilde
210322D211010010Ò&# 210;Latin capital letter O with grave
211323D311010011Ó&# 211;Latin capital letter O with acute
212324D411010100Ô&# 212;Latin capital letter O with circumflex
213325D511010101Õ&# 213;Latin capital letter O with tilde
214326D611010110Ö&# 214;Latin capital letter O with diaeresis
215327D711010111×&# 215;Multiplication sign
216330D811011000Ø&# 216;Latin capital letter O with slash
217331D911011001Ù&# 217;Latin capital letter U with grave
218332DA11011010Ú&# 218;Latin capital letter U with acute
219333DB11011011Û&# 219;Latin capital letter U with circumflex
220334DC11011100Ü&# 220;Latin capital letter U with diaeresis
221335DD11011101Ý&# 221;Latin capital letter Y with acute
222336DE11011110Þ&# 222;Latin capital letter THORN
223337DF11011111ß&# 223;Latin small letter sharp s - ess-zed
224340E011100000à&# 224;Latin small letter a with grave
225341E111100001á&# 225;Latin small letter a with acute
226342E211100010â&# 226;Latin small letter a with circumflex
227343E311100011ã&# 227;Latin small letter a with tilde
228344E411100100ä&# 228;Latin small letter a with diaeresis
229345E511100101å&# 229;Latin small letter a with ring above
230346E611100110æ&# 230;Latin small letter ae
231347E711100111ç&# 231;Latin small letter c with cedilla
232350E811101000è&# 232;Latin small letter e with grave
233351E911101001é&# 233;Latin small letter e with acute
234352EA11101010ê&# 234;Latin small letter e with circumflex
235353EB11101011ë&# 235;Latin small letter e with diaeresis
236354EC11101100ì&# 236;Latin small letter i with grave
237355ED11101101í&# 237;Latin small letter i with acute
238356EE11101110î&# 238;Latin small letter i with circumflex
239357EF11101111ï&# 239;Latin small letter i with diaeresis
240360F011110000ð&# 240;Latin small letter eth
241361F111110001ñ&# 241;Latin small letter n with tilde
242362F211110010ò&# 242;Latin small letter o with grave
243363F311110011ó&# 243;Latin small letter o with acute
244364F411110100ô&# 244;Latin small letter o with circumflex
245365F511110101õ&# 245;Latin small letter o with tilde
246366F611110110ö&# 246;Latin small letter o with diaeresis
247367F711110111÷&# 247;Division sign
248370F811111000ø&# 248;Latin small letter o with slash
249371F911111001ù&# 249;Latin small letter u with grave
250372FA11111010ú&# 250;Latin small letter u with acute
251373FB11111011û&# 251;Latin small letter u with circumflex
252374FC11111100ü&# 252;Latin small letter u with diaeresis
253375FD11111101ý&# 253;Latin small letter y with acute
254376FE11111110þ&# 254;Latin small letter thorn
255377FF11111111ÿ&# 255;Latin small letter y with diaeresis