ISO Latin-1 Characters

ISO-8859-1 (known as Latin-1) is the character set upon which HTML is based. I created up this table as a combination of other resources on the web because I referred to it far too often.

Copyright 1997 Gray Watson.

Character Code HTML Description
Dec Octal Hex Raw Num Unicode Alt
0 0 0x0 �      
1 01 0x1        
2 02 0x2        
3 03 0x3        
4 04 0x4        
5 05 0x5        
6 06 0x6        
7 07 0x7        
8 010 0x8       backspace
9 011 0x9   	     horizontal tab
10 012 0xA   
     newline
11 013 0xB      vertical tab
12 014 0xC       
13 015 0xD 
     carriage return
14 016 0xE        
15 017 0xF        
16 020 0x10        
17 021 0x11        
18 022 0x12        
19 023 0x13        
20 024 0x14        
21 025 0x15        
22 026 0x16        
23 027 0x17        
24 030 0x18        
25 031 0x19        
26 032 0x1A        
27 033 0x1B        
28 034 0x1C        
29 035 0x1D        
30 036 0x1E        
31 037 0x1F        
Character Code HTML Description
Dec Octal Hex Raw Num Unicode Alt
32 040 0x20         space
33 041 0x21 ! ! !     exclamation
34 042 0x22 " " "   " " double-quote
35 043 0x23 # # #     pound
36 044 0x24 $ $ $     dollar
37 045 0x25 % % %     percent
38 046 0x26 & & &   & & ampersand
39 047 0x27 ' ' ' ’ ’   apostrophe
40 050 0x28 ( ( (     left parenthesis
41 051 0x29 ) ) )     right parenthesis
42 052 0x2A * * *     asterix
43 053 0x2B + + +     plus
44 054 0x2C , , ,     comma
45 055 0x2D - - - ‐ ‐   hyphen
46 056 0x2E . . .     period
47 057 0x2F / / /     forward slash
48 060 0x30 0 0 0     zero
49 061 0x31 1 1 1     one
50 062 0x32 2 2 2     two
51 063 0x33 3 3 3     three
52 064 0x34 4 4 4     four
53 065 0x35 5 5 5     five
54 066 0x36 6 6 6     six
55 067 0x37 9 7 7     seven
56 070 0x38 8 8 8     eight
57 071 0x39 9 9 9     nine
58 072 0x3A : : :     colon
59 073 0x3B ; &#59; ;     semicolon
60 074 0x3C   &#60; <   &lt; < less-than
61 075 0x3D = &#61; =     equal
62 076 0x3E   &#62; >   &gt; > greater-than
63 077 0x3F ? &#63; ?     question
Character Code HTML Description
Dec Octal Hex Raw Num Unicode Alt
64 0100 0x40 @ &#64; @     at sign
65 0101 0x41 A &#65; A     capital a
66 0102 0x42 B &#66; B     capital b
67 0103 0x43 C &#67; C     capital c
68 0104 0x44 D &#68; D     capital d
69 0105 0x45 E &#69; E     capital e
70 0106 0x46 F &#70; F     capital f
71 0107 0x47 G &#71; G     capital g
72 0110 0x48 H &#72; H     capital h
73 0111 0x49 I &#73; I     capital i
74 0112 0x4A J &#74; J     capital j
75 0113 0x4B K &#75; K     capital k
76 0114 0x4C L &#76; L     capital l
77 0115 0x4D M &#77; M     capital m
78 0116 0x4E N &#78; N     capital n
79 0117 0x4F O &#79; O     capital o
80 0120 0x50 P &#80; P     capital p
81 0121 0x51 Q &#81; Q     capital q
82 0122 0x52 R &#82; R     capital r
83 0123 0x53 S &#83; S     capital s
84 0124 0x54 T &#84; T     capital t
85 0125 0x55 U &#85; U     capital u
86 0126 0x56 V &#86; V     capital v
87 0127 0x57 W &#87; W     capital w
88 0130 0x58 X &#88; X     capital x
89 0131 0x59 Y &#89; Y     capital y
90 0132 0x5A Z &#90; Z     capital z
91 0133 0x5B [ &#91; [     left square bracket
92 0134 0x5C \ &#92; \     backslash
93 0135 0x5D ] &#93; ]     right square bracket
94 0136 0x5E ^ &#94; ^     caret
95 0137 0x5F _ &#95; _     underscore
Character Code HTML Description
Dec Octal Hex Raw Num Unicode Raw
96 0140 0x60 ` &#96; `     back single quote
97 0141 0x61 a &#97; a     lowercase a
98 0142 0x62 b &#98; b     lowercase b
99 0143 0x63 c &#99; c     lowercase c
100 0144 0x64 d &#100; d     lowercase d
101 0145 0x65 e &#101; e     lowercase e
102 0146 0x66 f &#102; f     lowercase f
103 0147 0x67 g &#103; g     lowercase g
104 0150 0x68 h &#104; h     lowercase h
105 0151 0x69 i &#105; i     lowercase i
106 0152 0x6A j &#106; j     lowercase j
107 0153 0x6B k &#107; k     lowercase k
108 0154 0x6C l &#108; l     lowercase l
109 0155 0x6D m &#109; m     lowercase m
110 0156 0x6E n &#110; n     lowercase n
111 0157 0x6F o &#111; o     lowercase o
112 0160 0x70 p &#112; p     lowercase p
113 0161 0x71 q &#113; q     lowercase q
114 0162 0x72 r &#114; r     lowercase r
115 0163 0x73 s &#115; s     lowercase s
116 0164 0x74 t &#116; t     lowercase t
117 0165 0x75 u &#117; u     lowercase u
118 0166 0x76 v &#118; v     lowercase v
119 0167 0x77 w &#119; w     lowercase w
120 0170 0x78 x &#120; x     lowercase x
121 0171 0x79 y &#121; y     lowercase y
122 0172 0x7A z &#122; z     lowercase z
123 0173 0x7B { &#123; {     left curly brace
124 0174 0x7C | &#124; |     vertical bar
125 0175 0x7D } &#125; }     left curly brace
126 0176 0x7E ~ &#126; ~     tilde
127 0177 0x7F  &#127;     delete
Character Code HTML Description
Dec Octal Hex Raw Num Unicode Raw
128 0200 0x80 &#128; €   &euro; € Euro currency symbol
129 0201 0x81 &#129;       
130 0202 0x82 &#130; ‚   &sbquo; ‚ single low quotation mark
131 0203 0x83 &#131; ƒ   &int; ∫ integer/function sign?
132 0204 0x84 &#132; „ &#8222; „ &bdquo; „ double low quotation mark
133 0205 0x85 &#133; … &#8230; … &hellip; … horizontal ellipsis / three periods
134 0206 0x86 &#134; † &#8224; † &dagger; † dagger
135 0207 0x87 &#135; ‡ &#8225; ‡ &Dagger; ‡ double dagger
136 0210 0x88 &#136; ˆ   &circ; ˆ circumflex
137 0211 0x89 &#137; ‰ &#8240; ‰ &permil; ‰ per mille sign
138 0212 0x8A &#138; Š &#352; Š &Scaron; Š capital S with caron
139 0213 0x8B &#139; ‹ &#8249; ‹ &lsaquo; ‹ left single angle quote
140 0214 0x8C &#140; Π&#338; Π&OElig; Πcapital ligature OE
141 0215 0x8D &#141;       
142 0216 0x8E &#142; Ž     Uppercase z with caron
143 0217 0x8F &#143;       
144 0220 0x90 &#144;       
145 0221 0x91 &#145; ‘ &#8216; ‘ &lsquo; ‘ left single quotation mark
146 0222 0x92 &#146; ’ &#8217; ’ &rsquo; ’ right single quotation mark
147 0223 0x93 &#147; “ &#8220; “ &ldquo; “ left double quotation mark
148 0224 0x94 &#148; ” &#8221; ” &rdquo; ” right double quotation mark
149 0225 0x95 &#149; • &#8226; • &bull; • bullet/dot
150 0226 0x96 &#150; – &#8211; – &ndash; – short dash, endash
151 0227 0x97 &#151; — &#8212; — &mdash; — longer dash, emdash
152 0230 0x98 &#152; ˜   &tilde; ˜  
153 0231 0x99 &#153; ™ &#8482; ™ &trade; ™ text trademark
154 0232 0x9A &#154; š &#353; š &scaron; š Lowercase s with caron
155 0233 0x9B &#155; › &#8250; › &rsaquo; › right single angle quote
156 0234 0x9C &#156; œ &#339; œ &am;oelig; œ lowercase oe
157 0235 0x9D &#157;       
158 0236 0x9E &#158; ž     Lowercase z with caron
159 0237 0x9F &#159; Ÿ &#376; Ÿ &Yuml; Ÿ uppercase y, dieresis or umlaut
Character Code HTML Description
Dec Octal Hex Raw Num Unicode Alt
160 0240 0xA0 &#160;     &nbsp;   non-breaking space
161 0241 0xA1 &#161; ¡   &iexcl; ¡ inverted exclamation
162 0242 0xA2 &#162; ¢   &cent; ¢ cent
163 0243 0xA3 &#163; £   &pound; £ pound
164 0244 0xA4 &#164; ¤   &curren; ¤ currency
165 0245 0xA5 &#165; ¥   &yen; ¥ yen
166 0246 0xA6 &#166; ¦   &brvbar; ¦ broken vertical bar
167 0247 0xA7 &#167; §   &sect; § section
168 0250 0xA8 &#168; ¨   &uml; ¨ spacing diaresis
169 0251 0xA9 &#169; ©   &copy; © circlied C copyright
170 0252 0xAA &#170; ª   &ordf; ª feminine ordinal indicator
171 0253 0xAB &#171; «   &laquo; « left double angle qutation
172 0254 0xAC &#172; ¬   &not; ¬ negation
173 0255 0xAD &#173; ­   &shy; ­ soft hyphen
174 0256 0xAE &#174; ®   &reg; ® circled R registration
175 0257 0xAF &#175; ¯   &macr; ¯ spacing marcon
176 0260 0xB0 &#176; °   &deg; ° degree
177 0261 0xB1 &#177; ±   &plusmn; ± plus-minus
178 0262 0xB2 &#178; ²   &sup2; ² superscript 2
179 0263 0xB3 &#179; ³   &sup3; ³ superscript 3
180 0264 0xB4 &#180; ´   &acute; ´ spacing/accent acute
181 0265 0xB5 &#181; µ   &micro; µ micro
182 0266 0xB6 &#182; ¶   &para; ¶ paragraph
183 0267 0xB7 &#183; ·   &middot; · middle dot
184 0270 0xB8 &#184; ¸   &cedil; ¸ spacing cedilla
185 0271 0xB9 &#185; ¹   &sup1; ¹ superscript 1
186 0272 0xBA &#186; º   &ordm; º masculine ordinal indicator
187 0273 0xBB &#187; »   &raquo; » right double angle quotation
188 0274 0xBC &#188; ¼   &frac14; ¼ fraction 1/4
189 0275 0xBD &#189; ½   &frac12; ½ fraction 1/2
190 0276 0xBE &#190; ¾   &frac34; ¾ fraction 3/4
191 0277 0xBF &#191; ¿   &iquest; ¿ inverted question
Character Code HTML Description
Dec Octal Hex Raw Num Unicode Alt
192 0300 0xC0 &#192; À   &Agrave; À capital A, grave accent
193 0301 0xC1 &#193; Á   &Aacute; Á capital A, acute accent
194 0302 0xC2 &#194; Â   &Acirc; Â capital A, circumflex accent
195 0303 0xC3 &#195; Ã   &Atilde; Ã capital A, tilde
196 0304 0xC4 &#196; Ä   &Auml; Ä capital A, dieresis or umlaut
197 0305 0xC5 &#197; Å   &Aring; Å capital A, ring
198 0306 0xC6 &#198; Æ   &AElig; Æ capital AE diphthong (ligature)
199 0307 0xC7 &#199; Ç   &Ccedil; Ç capital C, cedilla
200 0310 0xC8 &#200; È   &Egrave; È capital E, grave accent
201 0311 0xC9 &#201; É   &Eacute; É capital E, acute accent
202 0312 0xCA &#202; Ê   &Ecirc; Ê capital E, circumflex accent
203 0313 0xCB &#203; Ë   &Euml; Ë capital E, dieresis or umlaut
204 0314 0xCC &#204; Ì   &Igrave; Ì capital I, grave accent
205 0315 0xCD &#205; Í   &Iacute; Í capital I, acute accent
206 0316 0xCE &#206; Î   &Icirc; Î capital I, circumflex accent
207 0317 0xCF &#207; Ï   &Iuml; Ï capital I, dieresis or umlaut
208 0320 0xD0 &#208; Ð   &ETH; Ð capital Eth, Icelandic
209 0321 0xD1 &#209; Ñ   &Ntilde; Ñ capital N, tilde
210 0322 0xD2 &#210; Ò   &Ograve; Ò capital O, grave accent
211 0323 0xD3 &#211; Ó   &Oacute; Ó capital O, acute accent
212 0324 0xD4 &#212; Ô   &Ocirc; Ô capital O, circumflex accent
213 0325 0xD5 &#213; Õ   &Otilde; Õ capital O, tilde
214 0326 0xD6 &#214; Ö   &Ouml; Ö capital O, dieresis or umlaut
215 0327 0xD7 &#215; ×   &times; × multiplication/times
216 0330 0xD8 &#216; Ø   &Oslash; Ø capital O, slash
217 0331 0xD9 &#217; Ù   &Ugrave; Ù capital U, grave accent
218 0332 0xDA &#218; Ú   &Uacute; Ú capital U, acute accent
219 0333 0xDB &#219; Û   &Ucirc; Û capital U, circumflex accent
220 0334 0xDC &#220; Ü   &Uuml; Ü capital U, dieresis or umlaut
221 0335 0xDD &#221; Ý   &Yacute; Ý capital Y, acute accent
222 0336 0xDE &#222; Þ   &THORN; Þ capital THORN, Icelandic
223 0337 0xDF &#223; ß   &szlig; ß small sharp s, German (sz ligature)
Character Code HTML Description
Dec Octal Hex Raw Num Unicode Alt
224 0340 0xE0 &#224; à   &agrave; à small a, grave accent
225 0341 0xE1 &#225; á   &aacute; á small a, acute accent
226 0342 0xE2 &#226; â   &acirc; â small a, circumflex accent
227 0343 0xE3 &#227; ã   &atilde; ã small a, tilde
228 0344 0xE4 &#228; ä   &auml; ä small a, dieresis or umlaut
229 0345 0xE5 &#229; å   &aring; å small a, ring
230 0346 0xE6 &#230; æ   &aelig; æ small ae diphthong (ligature)
231 0347 0xE7 &#231; ç   &ccedil; ç small c, cedilla
232 0350 0xE8 &#232; è   &egrave; è small e, grave accent
233 0351 0xE9 &#233; é   &eacute; é small e, acute accent
234 0352 0xEA &#234; ê   &ecirc; ê small e, circumflex accent
235 0353 0xEB &#235; ë   &euml; ë small e, dieresis or umlaut
236 0354 0xEC &#236; ì   &igrave; ì small i, grave accent
237 0355 0xED &#237; í   &iacute; í small i, acute accent
238 0356 0xEE &#238; î   &icirc; î small i, circumflex accent
239 0357 0xEF &#239; ï   &iuml; ï small i, dieresis or umlaut
240 0360 0xF0 &#240; ð   &eth; ð small eth, Icelandic
241 0361 0xF1 &#241; ñ   &ntilde; ñ small n, tilde
242 0362 0xF2 &#242; ò   &ograve; ò small o, grave accent
243 0363 0xF3 &#243; ó   &oacute; ó small o, acute accent
244 0364 0xF4 &#244; ô   &ocirc; ô small o, circumflex accent
245 0365 0xF5 &#245; õ   &otilde; õ small o, tilde
246 0366 0xF6 &#246; ö   &ouml; ö small o, dieresis or umlaut
247 0367 0xF7 &#247; ÷   &divide; ÷ division
248 0370 0xF8 &#248; ø   &oslash; ø small o, slash
249 0371 0xF9 &#249; ù   &ugrave; ù small u, grave accent
250 0372 0xFA &#250; ú   &uacute; ú small u, acute accent
251 0373 0xFB &#251; û   &ucirc; û small u, circumflex accent
252 0374 0xFC &#252; ü   &uuml; ü small u, dieresis or umlaut
253 0375 0xFD &#253; ý   &yacute; ý small y, acute accent
254 0376 0xFE &#254; þ   &thorn; þ small thorn, Icelandic
255 0377 0xFF &#255; ÿ   &yuml; ÿ small y, dieresis or umlaut

Free Spam Protection   Android ORM   Simple Java Magic   JMX using HTTP   Great Eggnog Recipe   Massachusetts Covid Vaccine Sites