| 0. | '000 | #00 | \0 | � | NULL | NULL (nicht !!! identisch mit der Zahl 0) | |
| 1. | '001 | #01 |  | SOH | SOH, Start of Heading | ||
| 2. | '002 | #02 |  | STX | STX, Start of Text | ||
| 3. | '003 | #03 |  | ETX | ETX, End of Text | ||
| 4. | '004 | #04 |  | EOT | EOT, End of Transmission | ||
| 5. | '005 | #05 |  | ENQ | ENQ, Enquiry | ||
| 6. | '006 | #06 |  | ACK | ACK, Acknowledge | ||
| 7. | '007 | #07 | \a |  | BEL | BEL, Bell | |
| 8. | '010 | #08 | \b |  | BS | BS, Backspace | |
| 9. | '011 | #09 | \t | 	 | HT | HT, Tab, Horizontal Tabulation | |
| 10. | '012 | #0A | \n | 
 | LF | LF, Line Feed | |
| 11. | '013 | #0B | \v |  | VT | VT, Vertical Tabulation | |
| 12. | '014 | #0C | \f |  | FF | FF, Form Feed | |
| 13. | '015 | #0D | \r | 
 | CR | CR, Carriage Return | |
| 14. | '016 | #0E |  | SO | SO, Shift Out | ||
| 15. | '017 | #0F |  | SI | SI, Shift In | ||
| 16. | '020 | #10 |  | DLE | DLE, Data Link Escape | ||
| 17. | '021 | #11 |  | DC1 | DC1, Device Control 1 | ||
| 18. | '022 | #12 |  | DC2 | DC2, Device Control 2 | ||
| 19. | '023 | #13 |  | DC3 | DC3, Device Control 3 | ||
| 20. | '024 | #14 |  | DC4 | DC4, Device Control 4 | ||
| 21. | '025 | #15 |  | NAK | NAK, Negative Acknowledge | ||
| 22. | '026 | #16 |  | SYN | SYN, Synchronous Idle | ||
| 23. | '027 | #17 |  | ETB | ETB, End of Transmission Block | ||
| 24. | '030 | #18 |  | CAN | CAN, Cancel | ||
| 25. | '031 | #19 |  | EM | EM, End of Medium | ||
| 26. | '032 | #1A |  | SUB | SUB, Substitute | ||
| 27. | '033 | #1B |  | ESC | ESC, Escape | ||
| 28. | '034 | #1C |  | FS | FS, File Separator | ||
| 29. | '035 | #1D |  | GS | GS, Group Separator | ||
| 30. | '036 | #1E |  | RS | RS, Record Separator | ||
| 31. | '037 | #1F |  | US | US, Unit Separator | ||
| 32. | '040 | #20 |   | SP | space, blank (Leerzeichen) | ||
| 33. | '041 | #21 | ! | ! | exclamation mark (Rufzeichen) | ||
| 34. | '042 | #22 | \" | " | " | double quotes, quotation mark | |
| 35. | '043 | #23 | # | # | number sign (Gartenzaun) | ||
| 36. | '044 | #24 | $ | $ | dollar sign | ||
| 37. | '045 | #25 | % | % | percent sign (Prozent) | ||
| 38. | '046 | #26 | & | & | ampersand | ||
| 39. | '047 | #27 | \' | ' | ' | single quote, apostrophe | |
| 40. | '050 | #28 | ( | ( | left (opening) paranthesis | ||
| 41. | '051 | #29 | ) | ) | right (closing) paranthesis | ||
| 42. | '052 | #2A | * | * | asterisk, star (Stern) | ||
| 43. | '053 | #2B | + | + | plus sign | ||
| 44. | '054 | #2C | , | , | comma (Beistrich) | ||
| 45. | '055 | #2D | - | - | minus sign, hyphen-minus | ||
| 46. | '056 | #2E | . | . | full stop, period (Punkt) | ||
| 47. | '057 | #2F | / | / | solidus, slash | ||
| 48. | '060 | #30 | 0 | 0 | digit zero | ||
| 49. | '061 | #31 | 1 | 1 | digit one | ||
| 50. | '062 | #32 | 2 | 2 | digit two | ||
| 51. | '063 | #33 | 3 | 3 | digit three | ||
| 52. | '064 | #34 | 4 | 4 | digit four | ||
| 53. | '065 | #35 | 5 | 5 | digit five | ||
| 54. | '066 | #36 | 6 | 6 | digit six | ||
| 55. | '067 | #37 | 7 | 7 | digit seven | ||
| 56. | '070 | #38 | 8 | 8 | digit eight | ||
| 57. | '071 | #39 | 9 | 9 | digit nine | ||
| 58. | '072 | #3A | : | : | colon (Doppelpunkt) | ||
| 59. | '073 | #3B | ; | ; | semicolon (Strichpunkt) | ||
| 60. | '074 | #3C | < | < | less-than sign | ||
| 61. | '075 | #3D | = | = | equals sign | ||
| 62. | '076 | #3E | > | > | greater-than sign | ||
| 63. | '077 | #3F | \? | ? | ? | question mark | |
| 64. | '100 | #40 | \@ | @ | @ | commercial at (Klammeraffe) | |
| 65. | '101 | #41 | A | A | latin capital letter A | ||
| 66. | '102 | #42 | B | B | latin capital letter B | ||
| 67. | '103 | #43 | C | C | latin capital letter C | ||
| 68. | '104 | #44 | D | D | latin capital letter D | ||
| 69. | '105 | #45 | E | E | latin capital letter E | ||
| 70. | '106 | #46 | F | F | latin capital letter F | ||
| 71. | '107 | #47 | G | G | latin capital letter G | ||
| 72. | '110 | #48 | H | H | latin capital letter H | ||
| 73. | '111 | #49 | I | I | latin capital letter I | ||
| 74. | '112 | #4A | J | J | latin capital letter J | ||
| 75. | '113 | #4B | K | K | latin capital letter K | ||
| 76. | '114 | #4C | L | L | latin capital letter L | ||
| 77. | '115 | #4D | M | M | latin capital letter M | ||
| 78. | '116 | #4E | N | N | latin capital letter N | ||
| 79. | '117 | #4F | O | O | latin capital letter O | ||
| 80. | '120 | #50 | P | P | latin capital letter P | ||
| 81. | '121 | #51 | Q | Q | latin capital letter Q | ||
| 82. | '122 | #52 | R | R | latin capital letter R | ||
| 83. | '123 | #53 | S | S | latin capital letter S | ||
| 84. | '124 | #54 | T | T | latin capital letter T | ||
| 85. | '125 | #55 | U | U | latin capital letter U | ||
| 86. | '126 | #56 | V | V | latin capital letter V | ||
| 87. | '127 | #57 | W | W | latin capital letter W | ||
| 88. | '130 | #58 | X | X | latin capital letter X | ||
| 89. | '131 | #59 | Y | Y | latin capital letter Y | ||
| 90. | '132 | #5A | Z | Z | latin capital letter Z | ||
| 91. | '133 | #5B | [ | [ | left (opening) square bracket | ||
| 92. | '134 | #5C | \\ | \ | \ | reverse solidus, backslash | |
| 93. | '135 | #5D | ] | ] | right (closing) square bracket | ||
| 94. | '136 | #5E | ^ | ^ | circumflex accent, caret | ||
| 95. | '137 | #5F | _ | _ | low line, underscore, underline | ||
| 96. | '140 | #60 | ` | ` | grave accent, backtick | ||
| 97. | '141 | #61 | a | a | latin small letter a | ||
| 98. | '142 | #62 | b | b | latin small letter b | ||
| 99. | '143 | #63 | c | c | latin small letter c | ||
| 100. | '144 | #64 | d | d | latin small letter d | ||
| 101. | '145 | #65 | e | e | latin small letter e | ||
| 102. | '146 | #66 | f | f | latin small letter f | ||
| 103. | '147 | #67 | g | g | latin small letter g | ||
| 104. | '150 | #68 | h | h | latin small letter h | ||
| 105. | '151 | #69 | i | i | latin small letter i | ||
| 106. | '152 | #6A | j | j | latin small letter j | ||
| 107. | '153 | #6B | k | k | latin small letter k | ||
| 108. | '154 | #6C | l | l | latin small letter l | ||
| 109. | '155 | #6D | m | m | latin small letter m | ||
| 110. | '156 | #6E | n | n | latin small letter n | ||
| 111. | '157 | #6F | o | o | latin small letter o | ||
| 112. | '160 | #70 | p | p | latin small letter p | ||
| 113. | '161 | #71 | q | q | latin small letter q | ||
| 114. | '162 | #72 | r | r | latin small letter r | ||
| 115. | '163 | #73 | s | s | latin small letter s | ||
| 116. | '164 | #74 | t | t | latin small letter t | ||
| 117. | '165 | #75 | u | u | latin small letter u | ||
| 118. | '166 | #76 | v | v | latin small letter v | ||
| 119. | '167 | #77 | w | w | latin small letter w | ||
| 120. | '170 | #78 | x | x | latin small letter x | ||
| 121. | '171 | #79 | y | y | latin small letter y | ||
| 122. | '172 | #7A | z | z | latin small letter z | ||
| 123. | '173 | #7B | { | { | left curly bracket, opening brace | ||
| 124. | '174 | #7C | | | | | vertical line, vertival bat | ||
| 125. | '175 | #7D | } | } | right curly bracket, closing brace | ||
| 126. | '176 | #7E | ~ | ~ | tilde, equivalency sign | ||
| 127. | '177 | #7F |  | DEL | DEL, Delete | ||
| 128. | '200 | #80 | € | € | Ç | euro sign | |
| 129. | '201 | #81 |  | | ü | <control> | |
| 130. | '202 | #82 | ‚ | ‚ | é | single low-9 quotation mark | |
| 131. | '203 | #83 | ƒ | ƒ | â | latin small letter f with hook, florin | |
| 132. | '204 | #84 | „ | „ | ä | double low-9 quotation mark | |
| 133. | '205 | #85 | … | … | à | horizontal ellipsis | |
| 134. | '206 | #86 | † | † | å | dagger | |
| 135. | '207 | #87 | ‡ | ‡ | ç | double dagger | |
| 136. | '210 | #88 | ˆ | ˆ | ê | modifier letter circumflex accent | |
| 137. | '211 | #89 | ‰ | ‰ | ë | per mille sign (Promille) | |
| 138. | '212 | #8A | Š | Š | è | latin capital letter S with caron | |
| 139. | '213 | #8B | ‹ | ‹ | ï | single left-pointing angle quotation mark | |
| 140. | '214 | #8C | Œ | Œ | î | latin capital ligature OE | |
| 141. | '215 | #8D |  | | ì | Reverse Line Feed | |
| 142. | '216 | #8E | Ž | Ž | Ä | latin capital letter Z with caron | |
| 143. | '217 | #8F |  | | Å | Single Shift Three | |
| 144. | '220 | #90 |  | | É | Device Control String | |
| 145. | '221 | #91 | ‘ | ‘ | æ | left single quotation mark | |
| 146. | '222 | #92 | ’ | ’ | Æ | right single quotation mark | |
| 147. | '223 | #93 | “ | “ | ô | left double quotation mark | |
| 148. | '224 | #94 | ” | ” | ö | right double quotation mark | |
| 149. | '225 | #95 | • | • | ò | bullet | |
| 150. | '226 | #96 | – | – | û | en dash | |
| 151. | '227 | #97 | — | — | ù | em dash | |
| 152. | '230 | #98 | ˜ | ˜ | ÿ | small tilde | |
| 153. | '231 | #99 | ™ | ™ | Ö | (Trademark) | |
| 154. | '232 | #9A | š | š | Ü | latin small letter s with caron | |
| 155. | '233 | #9B | › | › | ø | single right-pointing angle quotation mark | |
| 156. | '234 | #9C | œ | œ | £ | latin small ligature oe | |
| 157. | '235 | #9D |  | | Ø | Operating System Command | |
| 158. | '236 | #9E | ž | ž | × | latin small letter z with caron | |
| 159. | '237 | #9F | Ÿ | Ÿ | | latin capital letter Y with diaresis | |
| 160. | '240 | #A0 | | á | no-break (non-breaking) space | ||
| 161. | '241 | #A1 | ¡ | ¡ | í | inverted exclamation mark | |
| 162. | '242 | #A2 | ¢ | ¢ | ó | cent sign | |
| 163. | '243 | #A3 | £ | £ | ú | pound sign | |
| 164. | '244 | #A4 | ¤ | ¤ | ñ | currency sign | |
| 165. | '245 | #A5 | ¥ | ¥ | Ñ | yen sign | |
| 166. | '246 | #A6 | ¦ | ¦ | ª | broken (vertical) bar | |
| 167. | '247 | #A7 | § | § | deg | section sign, paragraph, paragraf) | |
| 168. | '250 | #A8 | ¨ | ¨ | ¿ | (spacing) diaresis, Umlaut | |
| 169. | '251 | #A9 | © | © | ® | copyright sign | |
| 170. | '252 | #AA | ª | ª | ¬ | feminine ordinal indicator | |
| 171. | '253 | #AB | « | « | ½ | left (pointing) double angle quotes | |
| 172. | '254 | #AC | ¬ | ¬ | ¼ | not sign | |
| 173. | '255 | #AD | ­ | | ¡ | soft hyphen | |
| 174. | '256 | #AE | ® | ® | « | registered (trademark) sign | |
| 175. | '257 | #AF | ¯ | ¯ | » | (spacing macron), overline | |
| 176. | '260 | #B0 | ° | ° | ░ | degree sign (Grad) | |
| 177. | '261 | #B1 | ± | ± | ▒ | plus-(or-)minus sign | |
| 178. | '262 | #B2 | ² | ² | ▓ | superscript two(-squared) (Quadrat) | |
| 179. | '263 | #B3 | ³ | ³ | │ | superscript three(-cubed) (Kubik) | |
| 180. | '264 | #B4 | ´ | ´ | ┤ | acute accent, spacing acute | |
| 181. | '265 | #B5 | µ | µ | Á | micro sign | |
| 182. | '266 | #B6 | ¶ | ¶ | Â | pilcrow sign, paragraph sign | |
| 183. | '267 | #B7 | · | · | À | middle dot, georgian comma | |
| 184. | '270 | #B8 | ¸ | ¸ | © | cedilla, spacing sedilla | |
| 185. | '271 | #B9 | ¹ | ¹ | ╣ | superscript one | |
| 186. | '272 | #BA | º | º | ║ | masculine ordinal indicator | |
| 187. | '273 | #BB | » | » | ╗ | right (pointing) double angle quotes | |
| 188. | '274 | #BC | ¼ | ¼ | ╝ | (vulgar) fraction one quarter | |
| 189. | '275 | #BD | ½ | ½ | ¢ | (vulgar) fraction one half | |
| 190. | '276 | #BE | ¾ | ¾ | ¥ | (vulgar) fraction three quarters | |
| 191. | '277 | #BF | ¿ | ¿ | ┐ | inverted question mark | |
| 192. | '300 | #C0 | À | À | └ | latin capital letter A with grave | |
| 193. | '301 | #C1 | Á | Á | ┴ | latin capital letter A with acute | |
| 194. | '302 | #C2 | Â | Â | ┬ | latin capital letter A with circumflex | |
| 195. | '303 | #C3 | Ã | Ã | ├ | latin capital letter A with tilde | |
| 196. | '304 | #C4 | Ä | Ä | ─ | latin capital letter A with diaresis | |
| 197. | '305 | #C5 | Å | Å | ┼ | latin capital letter A with ring above | |
| 198. | '306 | #C6 | Æ | Æ | ã | latin capital letter (ligature) AE | |
| 199. | '307 | #C7 | Ç | Ç | Ã | latin capital letter C with cedilla | |
| 200. | '310 | #C8 | È | È | ╚ | latin capital letter E with grave | |
| 201. | '311 | #C9 | É | É | ╔ | latin capital letter E with acute | |
| 202. | '312 | #CA | Ê | Ê | ╩ | latin capital letter E with circumflex | |
| 203. | '313 | #CB | Ë | Ë | ╦ | latin capital letter E with diaresis | |
| 204. | '314 | #CC | Ì | Ì | ╠ | latin capital letter I with grave | |
| 205. | '315 | #CD | Í | Í | ═ | latin capital letter I with acute | |
| 206. | '316 | #CE | Î | Î | ╬ | latin capital letter I with circumflex | |
| 207. | '317 | #CF | Ï | Ï | ¤ | latin capital letter I with diaresis | |
| 208. | '320 | #D0 | Ð | Ð | ð | latin capital letter ETH | |
| 209. | '321 | #D1 | Ñ | Ñ | Ð | latin capital letter N with tilde | |
| 210. | '322 | #D2 | Ò | Ò | Ê | latin capital letter O with grave | |
| 211. | '323 | #D3 | Ó | Ó | Ë | latin capital letter O with acute | |
| 212. | '324 | #D4 | Ô | Ô | È | latin capital letter O with circumflex | |
| 213. | '325 | #D5 | Õ | Õ | ı | latin capital letter O with tilde | |
| 214. | '326 | #D6 | Ö | Ö | Í | latin capital letter O with diaresis | |
| 215. | '327 | #D7 | ⨷ | × | Î | multiplication sign | |
| 216. | '330 | #D8 | Ø | Ø | Ï | latin capital letter O with stroke (slash) | |
| 217. | '331 | #D9 | Ù | Ù | ┘ | latin capital letter U with grave | |
| 218. | '332 | #DA | Ú | Ú | ┌ | latin capital letter U with acute | |
| 219. | '333 | #DB | Û | Û | █ | latin capital letter U with circumflex | |
| 220. | '334 | #DC | Ü | Ü | ▄ | latin capital letter U with diaresis | |
| 221. | '335 | #DD | Ý | Ý | ¦ | latin capital letter Y with acute | |
| 222. | '336 | #DE | Þ | Þ | Ì | latin capital letter THORN | |
| 223. | '337 | #DF | ß | ß | ▀ | latin small letter sharp s (scharfes ß) | |
| 224. | '340 | #E0 | à | à | Ó | latin small letter a with grave | |
| 225. | '341 | #E1 | á | á | ß | latin small letter a with acute | |
| 226. | '342 | #E2 | â | â | Ô | latin small letter a with circumflex | |
| 227. | '343 | #E3 | ã | ã | Ò | latin small letter a with tilde | |
| 228. | '344 | #E4 | ä | ä | õ | latin small letter a with diaresis | |
| 229. | '345 | #E5 | å | å | Õ | latin small letter a with ring above | |
| 230. | '346 | #E6 | æ | æ | µ | latin small letter (ligature) ae | |
| 231. | '347 | #E7 | ç | ç | þ | latin small letter c with cedilla | |
| 232. | '350 | #E8 | è | è | Þ | latin small letter e with grave | |
| 233. | '351 | #E9 | é | é | Ú | latin small letter e with acute | |
| 234. | '352 | #EA | ê | ê | Û | latin small letter e with circumflex | |
| 235. | '353 | #EB | ë | ë | Ù | latin small letter e with diaresis | |
| 236. | '354 | #EC | ì | ì | ý | latin small letter i with grave | |
| 237. | '355 | #ED | í | í | Ý | latin small letter i with acute | |
| 238. | '356 | #EE | î | î | ¯ | latin small letter i with circumflex | |
| 239. | '357 | #EF | ï | ï | ´ | latin small letter i with diaresis | |
| 240. | '360 | #F0 | ð | ð | | latin small letter eth | |
| 241. | '361 | #F1 | ñ | ñ | ± | latin small letter n with tilde | |
| 242. | '362 | #F2 | ò | ò | ‗ | latin small letter o with grave | |
| 243. | '363 | #F3 | ó | ó | ¾ | latin small letter o with acute | |
| 244. | '364 | #F4 | ô | ô | ¶ | latin small letter o with circumflex | |
| 245. | '365 | #F5 | õ | õ | § | latin small letter o with tilde | |
| 246. | '366 | #F6 | ö | ö | ÷ | latin small letter o with diaresis | |
| 247. | '367 | #F7 | ÷ | ÷ | ¸ | division sign | |
| 248. | '370 | #F8 | ø | ø | ° | latin small letter o with stroke (slash) | |
| 249. | '371 | #F9 | ù | ù | ¨ | latin small letter u with grave | |
| 250. | '372 | #FA | ú | ú | · | latin small letter u with acute | |
| 251. | '373 | #FB | û | û | ¹ | latin small letter u with circumflex | |
| 252. | '374 | #FC | ü | ü | ³ | latin small letter u with diaresis | |
| 253. | '375 | #FD | ý | ý | ² | latin small letter y with acute | |
| 254. | '376 | #FE | þ | þ | ■ | latin small letter thorn | |
| 255. | '377 | #FF | ÿ | ÿ | latin small letter y with diaresis | ||