The first 128 codepoints are as in plain US-ASCII. Plain hyphen-minuses are unassigned. A0 (the underscore) is the non-breaking space, and AD (the tilde) is the soft hyphen. Bytes A0 to FF map directly to Unicode characters U+A0 to U+FF.

  | 0 1 2 3 : 4 5 6 7 : 8 9 A B : C D E F
8 |  -  ƒ :     : ˆ  Š  : Œ - Ž -
9 | -    :     : ˜  š  : œ - ž Ÿ
A | _ ¡ ¢ £ : ¤ ¥ ¦ § : ¨ © ª « : ¬ ~ ® ¯
B | ° ± ² ³ : ´ µ ¶ · : ¸ ¹ º » : ¼ ½ ¾ ¿
C | À Á Â Ã : Ä Å Æ Ç : È É Ê Ë : Ì Í Î Ï
D | Ð Ñ Ò Ó : Ô Õ Ö × : Ø Ù Ú Û : Ü Ý Þ ß
E | à á â ã : ä å æ ç : è é ê ë : ì í î ï
F | ð ñ ò ó : ô õ ö ÷ : ø ù ú û : ü ý þ ÿ

In decimal form, useful for decoding numeric HTML entities:

    | 0 1 2 3 4 : 5 6 7 8 9
120 |           :       € -
130 | ‚ ƒ „ … † : ‡ ˆ ‰ Š ‹
140 | Œ - Ž - - : ‘ ’ “ ” •
150 | – — ˜ ™ š : › œ - ž Ÿ
160 | _ ¡ ¢ £ ¤ : ¥ ¦ § ¨ ©
170 | ª « ¬ ~ ® : ¯ ° ± ² ³
180 | ´ µ ¶ · ¸ : ¹ º » ¼ ½
190 | ¾ ¿ À Á Â : Ã Ä Å Æ Ç
200 | È É Ê Ë Ì : Í Î Ï Ð Ñ
210 | Ò Ó Ô Õ Ö : × Ø Ù Ú Û
220 | Ü Ý Þ ß à : á â ã ä å
230 | æ ç è é ê : ë ì í î ï
240 | ð ñ ò ó ô : õ ö ÷ ø ù
250 | ú û ü ý þ : ÿ

The difference between Windows-1252 and ISO 8859-1 is in the characters 0x80 to 0x9F: mostly printables in 1252, control characters in 8859-1.

See also: code page 437, code page 850, a condensed version of this page (all on one line), a neat table (hex version), and a neat table (decimal version).


0xE4: code page 850 “ä”, 8859-1/1252: “õ”


index | 2018-06-18, 2022-08-08, 2024-02-13