This blog post explains the extended ASCII characters with their ASCII (American Standard Code for Information Interchange) value in decimal and hex format.
Extended ASCII (EASCII or high ASCII) character encodings are eight-bit or bigger encodings that include the conventional seven-bit ASCII characters as well as extra characters.
Table of Extended ASCII characters:
The following table contains the Extended characters with their ASCII value in decimal and hex format.
EXTENDED ASCII CHARACTERS | ||||||||
DEC | HEX | DEC | HEX | CHARACTER | DEC | HEX | CHARACTER | |
128 | 0x80 | € | 171 | 0xAB | « | 214 | 0xD6 | Ö |
129 | 0x81 | | 172 | 0xAC | ¬ | 215 | 0xD7 | × |
130 | 0x82 | ‚ | 173 | 0xAD | | 216 | 0xD8 | Ø |
131 | 0x83 | ƒ | 174 | 0xAE | ® | 217 | 0xD9 | Ù |
132 | 0x84 | „ | 175 | 0xAF | ¯ | 218 | 0xDA | Ú |
133 | 0x85 | … | 176 | 0xB0 | ° | 219 | 0xDB | Û |
134 | 0x86 | † | 177 | 0xB1 | ± | 220 | 0xDC | Ü |
135 | 0x87 | ‡ | 178 | 0xB2 | ² | 221 | 0xDD | Ý |
136 | 0x88 | ˆ | 179 | 0xB3 | ³ | 222 | 0xDE | Þ |
137 | 0x89 | ‰ | 180 | 0xB4 | ´ | 223 | 0xDF | ß |
138 | 0x8A | Š | 181 | 0xB5 | µ | 224 | 0xE0 | à |
139 | 0x8B | ‹ | 182 | 0xB6 | ¶ | 225 | 0xE1 | á |
140 | 0x8C | Œ | 183 | 0xB7 | · | 226 | 0xE2 | â |
141 | 0x8D | | 184 | 0xB8 | ¸ | 227 | 0xE3 | ã |
142 | 0x8E | Ž | 185 | 0xB9 | ¹ | 228 | 0xE4 | ä |
143 | 0x8F | | 186 | 0xBA | º | 229 | 0xE5 | å |
144 | 0x90 | | 187 | 0xBB | » | 230 | 0xE6 | æ |
145 | 0x91 | ‘ | 188 | 0xBC | ¼ | 231 | 0xE7 | ç |
146 | 0x92 | ’ | 189 | 0xBD | ½ | 232 | 0xE8 | è |
147 | 0x93 | “ | 190 | 0xBE | ¾ | 233 | 0xE9 | é |
148 | 0x94 | ” | 191 | 0xBF | ¿ | 234 | 0xEA | ê |
149 | 0x95 | • | 192 | 0xC0 | À | 235 | 0xEB | ë |
150 | 0x96 | – | 193 | 0xC1 | Á | 236 | 0xEC | ì |
151 | 0x97 | — | 194 | 0xC2 | Â | 237 | 0xED | í |
152 | 0x98 | ˜ | 195 | 0xC3 | Ã | 238 | 0xEE | î |
153 | 0x99 | ™ | 196 | 0xC4 | Ä | 239 | 0xEF | ï |
154 | 0x9A | š | 197 | 0xC5 | Å | 240 | 0xF0 | ð |
155 | 0x9B | › | 198 | 0xC6 | Æ | 241 | 0xF1 | ñ |
156 | 0x9C | œ | 199 | 0xC7 | Ç | 242 | 0xF2 | ò |
157 | 0x9D | | 200 | 0xC8 | È | 243 | 0xF3 | ó |
158 | 0x9E | ž | 201 | 0xC9 | É | 244 | 0xF4 | ô |
159 | 0x9F | Ÿ | 202 | 0xCA | Ê | 245 | 0xF5 | õ |
160 | 0xA0 | 203 | 0xCB | Ë | 246 | 0xF6 | ö | |
161 | 0xA1 | ¡ | 204 | 0xCC | Ì | 247 | 0xF7 | ÷ |
162 | 0xA2 | ¢ | 205 | 0xCD | Í | 248 | 0xF8 | ø |
163 | 0xA3 | £ | 206 | 0xCE | Î | 249 | 0xF9 | ù |
164 | 0xA4 | ¤ | 207 | 0xCF | Ï | 250 | 0xFA | ú |
165 | 0xA5 | ¥ | 208 | 0xD0 | Ð | 251 | 0xFB | û |
166 | 0xA6 | ¦ | 209 | 0xD1 | Ñ | 252 | 0xFC | ü |
167 | 0xA7 | § | 210 | 0xD2 | Ò | 253 | 0xFD | ý |
168 | 0xA8 | ¨ | 211 | 0xD3 | Ó | 254 | 0xFE | þ |
169 | 0xA9 | © | 212 | 0xD4 | Ô | 255 | 0xFF | ÿ |
170 | 0xAA | ª | 213 | 0xD5 | Õ |
Recommended Post:
- C Programming Courses And Tutorials.
- CPP Programming Courses And Tutorials.
- Printable ASCII characters list.
- Non-printable ASCII characters list.
- How to use ispunct function in C programming?
- tolower function in C.
- How to use the islower function in C?
- Use of iscntrl function in C.
- How to use isalpha function in C programming?
- Use isalnum function in C programming?
- How to use isdigit function in C programming?
- How to use sizeof operator in C.
- _Alignof or alignof Operator in C
- Alignment specifiers in C ( _Alignas).
- Function Specifiers in C.
- Type qualifiers in C.
- Punctuators in C.
- Elements of C language.