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 | ; | ; ; | semicolon | ||
60 | 074 | 0x3C | < < | < < | less-than | ||
61 | 075 | 0x3D | = | = = | equal | ||
62 | 076 | 0x3E | > > | > > | greater-than | ||
63 | 077 | 0x3F | ? | ? ? | question | ||
Character Code | HTML | Description | |||||
Dec | Octal | Hex | Raw | Num | Unicode | Alt | |
64 | 0100 | 0x40 | @ | @ @ | at sign | ||
65 | 0101 | 0x41 | A | A A | capital a | ||
66 | 0102 | 0x42 | B | B B | capital b | ||
67 | 0103 | 0x43 | C | C C | capital c | ||
68 | 0104 | 0x44 | D | D D | capital d | ||
69 | 0105 | 0x45 | E | E E | capital e | ||
70 | 0106 | 0x46 | F | F F | capital f | ||
71 | 0107 | 0x47 | G | G G | capital g | ||
72 | 0110 | 0x48 | H | H H | capital h | ||
73 | 0111 | 0x49 | I | I I | capital i | ||
74 | 0112 | 0x4A | J | J J | capital j | ||
75 | 0113 | 0x4B | K | K K | capital k | ||
76 | 0114 | 0x4C | L | L L | capital l | ||
77 | 0115 | 0x4D | M | M M | capital m | ||
78 | 0116 | 0x4E | N | N N | capital n | ||
79 | 0117 | 0x4F | O | O O | capital o | ||
80 | 0120 | 0x50 | P | P P | capital p | ||
81 | 0121 | 0x51 | Q | Q Q | capital q | ||
82 | 0122 | 0x52 | R | R R | capital r | ||
83 | 0123 | 0x53 | S | S S | capital s | ||
84 | 0124 | 0x54 | T | T T | capital t | ||
85 | 0125 | 0x55 | U | U U | capital u | ||
86 | 0126 | 0x56 | V | V V | capital v | ||
87 | 0127 | 0x57 | W | W W | capital w | ||
88 | 0130 | 0x58 | X | X X | capital x | ||
89 | 0131 | 0x59 | Y | Y Y | capital y | ||
90 | 0132 | 0x5A | Z | Z Z | capital z | ||
91 | 0133 | 0x5B | [ | [ [ | left square bracket | ||
92 | 0134 | 0x5C | \ | \ \ | backslash | ||
93 | 0135 | 0x5D | ] | ] ] | right square bracket | ||
94 | 0136 | 0x5E | ^ | ^ ^ | caret | ||
95 | 0137 | 0x5F | _ | _ _ | underscore | ||
Character Code | HTML | Description | |||||
Dec | Octal | Hex | Raw | Num | Unicode | Raw | |
96 | 0140 | 0x60 | ` | ` ` | back single quote | ||
97 | 0141 | 0x61 | a | a a | lowercase a | ||
98 | 0142 | 0x62 | b | b b | lowercase b | ||
99 | 0143 | 0x63 | c | c c | lowercase c | ||
100 | 0144 | 0x64 | d | d d | lowercase d | ||
101 | 0145 | 0x65 | e | e e | lowercase e | ||
102 | 0146 | 0x66 | f | f f | lowercase f | ||
103 | 0147 | 0x67 | g | g g | lowercase g | ||
104 | 0150 | 0x68 | h | h h | lowercase h | ||
105 | 0151 | 0x69 | i | i i | lowercase i | ||
106 | 0152 | 0x6A | j | j j | lowercase j | ||
107 | 0153 | 0x6B | k | k k | lowercase k | ||
108 | 0154 | 0x6C | l | l l | lowercase l | ||
109 | 0155 | 0x6D | m | m m | lowercase m | ||
110 | 0156 | 0x6E | n | n n | lowercase n | ||
111 | 0157 | 0x6F | o | o o | lowercase o | ||
112 | 0160 | 0x70 | p | p p | lowercase p | ||
113 | 0161 | 0x71 | q | q q | lowercase q | ||
114 | 0162 | 0x72 | r | r r | lowercase r | ||
115 | 0163 | 0x73 | s | s s | lowercase s | ||
116 | 0164 | 0x74 | t | t t | lowercase t | ||
117 | 0165 | 0x75 | u | u u | lowercase u | ||
118 | 0166 | 0x76 | v | v v | lowercase v | ||
119 | 0167 | 0x77 | w | w w | lowercase w | ||
120 | 0170 | 0x78 | x | x x | lowercase x | ||
121 | 0171 | 0x79 | y | y y | lowercase y | ||
122 | 0172 | 0x7A | z | z z | lowercase z | ||
123 | 0173 | 0x7B | { | { { | left curly brace | ||
124 | 0174 | 0x7C | | | | | | vertical bar | ||
125 | 0175 | 0x7D | } | } } | left curly brace | ||
126 | 0176 | 0x7E | ~ | ~ ~ | tilde | ||
127 | 0177 | 0x7F | |  | delete | ||
Character Code | HTML | Description | |||||
Dec | Octal | Hex | Raw | Num | Unicode | Raw | |
128 | 0200 | 0x80 | € | € € | Euro currency symbol | ||
129 | 0201 | 0x81 |  | ||||
130 | 0202 | 0x82 | ‚ | ‚ ‚ | single low quotation mark | ||
131 | 0203 | 0x83 | ƒ | ∫ ∫ | integer/function sign? | ||
132 | 0204 | 0x84 | „ | „ „ | „ „ | double low quotation mark | |
133 | 0205 | 0x85 | … | … … | … … | horizontal ellipsis / three periods | |
134 | 0206 | 0x86 | † | † † | † † | dagger | |
135 | 0207 | 0x87 | ‡ | ‡ ‡ | ‡ ‡ | double dagger | |
136 | 0210 | 0x88 | ˆ | ˆ ˆ | circumflex | ||
137 | 0211 | 0x89 | ‰ | ‰ ‰ | ‰ ‰ | per mille sign | |
138 | 0212 | 0x8A | Š | Š Š | Š Š | capital S with caron | |
139 | 0213 | 0x8B | ‹ | ‹ ‹ | ‹ ‹ | left single angle quote | |
140 | 0214 | 0x8C | Œ | Œ Œ | Œ Œ | capital ligature OE | |
141 | 0215 | 0x8D |  | ||||
142 | 0216 | 0x8E | Ž | Uppercase z with caron | |||
143 | 0217 | 0x8F |  | ||||
144 | 0220 | 0x90 |  | ||||
145 | 0221 | 0x91 | ‘ | ‘ ‘ | ‘ ‘ | left single quotation mark | |
146 | 0222 | 0x92 | ’ | ’ ’ | ’ ’ | right single quotation mark | |
147 | 0223 | 0x93 | “ | “ “ | “ “ | left double quotation mark | |
148 | 0224 | 0x94 | ” | ” ” | ” ” | right double quotation mark | |
149 | 0225 | 0x95 | • | • • | • • | bullet/dot | |
150 | 0226 | 0x96 | – | – – | – – | short dash, endash | |
151 | 0227 | 0x97 | — | — — | — — | longer dash, emdash | |
152 | 0230 | 0x98 | ˜ | ˜ ˜ | |||
153 | 0231 | 0x99 | ™ | ™ ™ | ™ ™ | text trademark | |
154 | 0232 | 0x9A | š | š š | š š | Lowercase s with caron | |
155 | 0233 | 0x9B | › | › › | › › | right single angle quote | |
156 | 0234 | 0x9C | œ | œ œ | &am;oelig; œ | lowercase oe | |
157 | 0235 | 0x9D |  | ||||
158 | 0236 | 0x9E | ž | Lowercase z with caron | |||
159 | 0237 | 0x9F | Ÿ | Ÿ Ÿ | Ÿ Ÿ | uppercase y, dieresis or umlaut | |
Character Code | HTML | Description | |||||
Dec | Octal | Hex | Raw | Num | Unicode | Alt | |
160 | 0240 | 0xA0 |   | | non-breaking space | ||
161 | 0241 | 0xA1 | ¡ ¡ | ¡ ¡ | inverted exclamation | ||
162 | 0242 | 0xA2 | ¢ ¢ | ¢ ¢ | cent | ||
163 | 0243 | 0xA3 | £ £ | £ £ | pound | ||
164 | 0244 | 0xA4 | ¤ ¤ | ¤ ¤ | currency | ||
165 | 0245 | 0xA5 | ¥ ¥ | ¥ ¥ | yen | ||
166 | 0246 | 0xA6 | ¦ ¦ | ¦ ¦ | broken vertical bar | ||
167 | 0247 | 0xA7 | § § | § § | section | ||
168 | 0250 | 0xA8 | ¨ ¨ | ¨ ¨ | spacing diaresis | ||
169 | 0251 | 0xA9 | © © | © © | circlied C copyright | ||
170 | 0252 | 0xAA | ª ª | ª ª | feminine ordinal indicator | ||
171 | 0253 | 0xAB | « « | « « | left double angle qutation | ||
172 | 0254 | 0xAC | ¬ ¬ | ¬ ¬ | negation | ||
173 | 0255 | 0xAD | ­ | ­ | soft hyphen | ||
174 | 0256 | 0xAE | ® ® | ® ® | circled R registration | ||
175 | 0257 | 0xAF | ¯ ¯ | ¯ ¯ | spacing marcon | ||
176 | 0260 | 0xB0 | ° ° | ° ° | degree | ||
177 | 0261 | 0xB1 | ± ± | ± ± | plus-minus | ||
178 | 0262 | 0xB2 | ² ² | ² ² | superscript 2 | ||
179 | 0263 | 0xB3 | ³ ³ | ³ ³ | superscript 3 | ||
180 | 0264 | 0xB4 | ´ ´ | ´ ´ | spacing/accent acute | ||
181 | 0265 | 0xB5 | µ µ | µ µ | micro | ||
182 | 0266 | 0xB6 | ¶ ¶ | ¶ ¶ | paragraph | ||
183 | 0267 | 0xB7 | · · | · · | middle dot | ||
184 | 0270 | 0xB8 | ¸ ¸ | ¸ ¸ | spacing cedilla | ||
185 | 0271 | 0xB9 | ¹ ¹ | ¹ ¹ | superscript 1 | ||
186 | 0272 | 0xBA | º º | º º | masculine ordinal indicator | ||
187 | 0273 | 0xBB | » » | » » | right double angle quotation | ||
188 | 0274 | 0xBC | ¼ ¼ | ¼ ¼ | fraction 1/4 | ||
189 | 0275 | 0xBD | ½ ½ | ½ ½ | fraction 1/2 | ||
190 | 0276 | 0xBE | ¾ ¾ | ¾ ¾ | fraction 3/4 | ||
191 | 0277 | 0xBF | ¿ ¿ | ¿ ¿ | inverted question | ||
Character Code | HTML | Description | |||||
Dec | Octal | Hex | Raw | Num | Unicode | Alt | |
192 | 0300 | 0xC0 | À À | À À | capital A, grave accent | ||
193 | 0301 | 0xC1 | Á Á | Á Á | capital A, acute accent | ||
194 | 0302 | 0xC2 | Â Â | Â Â | capital A, circumflex accent | ||
195 | 0303 | 0xC3 | Ã Ã | Ã Ã | capital A, tilde | ||
196 | 0304 | 0xC4 | Ä Ä | Ä Ä | capital A, dieresis or umlaut | ||
197 | 0305 | 0xC5 | Å Å | Å Å | capital A, ring | ||
198 | 0306 | 0xC6 | Æ Æ | Æ Æ | capital AE diphthong (ligature) | ||
199 | 0307 | 0xC7 | Ç Ç | Ç Ç | capital C, cedilla | ||
200 | 0310 | 0xC8 | È È | È È | capital E, grave accent | ||
201 | 0311 | 0xC9 | É É | É É | capital E, acute accent | ||
202 | 0312 | 0xCA | Ê Ê | Ê Ê | capital E, circumflex accent | ||
203 | 0313 | 0xCB | Ë Ë | Ë Ë | capital E, dieresis or umlaut | ||
204 | 0314 | 0xCC | Ì Ì | Ì Ì | capital I, grave accent | ||
205 | 0315 | 0xCD | Í Í | Í Í | capital I, acute accent | ||
206 | 0316 | 0xCE | Î Î | Î Î | capital I, circumflex accent | ||
207 | 0317 | 0xCF | Ï Ï | Ï Ï | capital I, dieresis or umlaut | ||
208 | 0320 | 0xD0 | Ð Ð | Ð Ð | capital Eth, Icelandic | ||
209 | 0321 | 0xD1 | Ñ Ñ | Ñ Ñ | capital N, tilde | ||
210 | 0322 | 0xD2 | Ò Ò | Ò Ò | capital O, grave accent | ||
211 | 0323 | 0xD3 | Ó Ó | Ó Ó | capital O, acute accent | ||
212 | 0324 | 0xD4 | Ô Ô | Ô Ô | capital O, circumflex accent | ||
213 | 0325 | 0xD5 | Õ Õ | Õ Õ | capital O, tilde | ||
214 | 0326 | 0xD6 | Ö Ö | Ö Ö | capital O, dieresis or umlaut | ||
215 | 0327 | 0xD7 | × × | × × | multiplication/times | ||
216 | 0330 | 0xD8 | Ø Ø | Ø Ø | capital O, slash | ||
217 | 0331 | 0xD9 | Ù Ù | Ù Ù | capital U, grave accent | ||
218 | 0332 | 0xDA | Ú Ú | Ú Ú | capital U, acute accent | ||
219 | 0333 | 0xDB | Û Û | Û Û | capital U, circumflex accent | ||
220 | 0334 | 0xDC | Ü Ü | Ü Ü | capital U, dieresis or umlaut | ||
221 | 0335 | 0xDD | Ý Ý | Ý Ý | capital Y, acute accent | ||
222 | 0336 | 0xDE | Þ Þ | Þ Þ | capital THORN, Icelandic | ||
223 | 0337 | 0xDF | ß ß | ß ß | small sharp s, German (sz ligature) | ||
Character Code | HTML | Description | |||||
Dec | Octal | Hex | Raw | Num | Unicode | Alt | |
224 | 0340 | 0xE0 | à à | à à | small a, grave accent | ||
225 | 0341 | 0xE1 | á á | á á | small a, acute accent | ||
226 | 0342 | 0xE2 | â â | â â | small a, circumflex accent | ||
227 | 0343 | 0xE3 | ã ã | ã ã | small a, tilde | ||
228 | 0344 | 0xE4 | ä ä | ä ä | small a, dieresis or umlaut | ||
229 | 0345 | 0xE5 | å å | å å | small a, ring | ||
230 | 0346 | 0xE6 | æ æ | æ æ | small ae diphthong (ligature) | ||
231 | 0347 | 0xE7 | ç ç | ç ç | small c, cedilla | ||
232 | 0350 | 0xE8 | è è | è è | small e, grave accent | ||
233 | 0351 | 0xE9 | é é | é é | small e, acute accent | ||
234 | 0352 | 0xEA | ê ê | ê ê | small e, circumflex accent | ||
235 | 0353 | 0xEB | ë ë | ë ë | small e, dieresis or umlaut | ||
236 | 0354 | 0xEC | ì ì | ì ì | small i, grave accent | ||
237 | 0355 | 0xED | í í | í í | small i, acute accent | ||
238 | 0356 | 0xEE | î î | î î | small i, circumflex accent | ||
239 | 0357 | 0xEF | ï ï | ï ï | small i, dieresis or umlaut | ||
240 | 0360 | 0xF0 | ð ð | ð ð | small eth, Icelandic | ||
241 | 0361 | 0xF1 | ñ ñ | ñ ñ | small n, tilde | ||
242 | 0362 | 0xF2 | ò ò | ò ò | small o, grave accent | ||
243 | 0363 | 0xF3 | ó ó | ó ó | small o, acute accent | ||
244 | 0364 | 0xF4 | ô ô | ô ô | small o, circumflex accent | ||
245 | 0365 | 0xF5 | õ õ | õ õ | small o, tilde | ||
246 | 0366 | 0xF6 | ö ö | ö ö | small o, dieresis or umlaut | ||
247 | 0367 | 0xF7 | ÷ ÷ | ÷ ÷ | division | ||
248 | 0370 | 0xF8 | ø ø | ø ø | small o, slash | ||
249 | 0371 | 0xF9 | ù ù | ù ù | small u, grave accent | ||
250 | 0372 | 0xFA | ú ú | ú ú | small u, acute accent | ||
251 | 0373 | 0xFB | û û | û û | small u, circumflex accent | ||
252 | 0374 | 0xFC | ü ü | ü ü | small u, dieresis or umlaut | ||
253 | 0375 | 0xFD | ý ý | ý ý | small y, acute accent | ||
254 | 0376 | 0xFE | þ þ | þ þ | small thorn, Icelandic | ||
255 | 0377 | 0xFF | ÿ ÿ | ÿ ÿ | small y, dieresis or umlaut |
Free Spam Protection Android ORM Simple Java Zip JMX using HTTP Great Eggnog Recipe