XhCode Online Converter Tools

EAscii code comparison table

EASCII code online comparison table: EASCII codes are more extended than ASCII symbols, including table symbols, calculation symbols, Greek letters, and special Latin symbols. Tips: Ctrl + F Quick search
symbol Hex Decimal display method
  00A0 0160  
¡ 00A1 0161 ¡
¢ 00A2 0162 ¢
£ 00A3 0163 £
¤ 00A4 0164 ¤
¥ 00A5 0165 ¥
§ 00A7 0167 §
¨ 00A8 0168 ¨
© 00A9 0169 ©
ª 00AA 0170 ª
« 00AB 0171 «
¬ 00AC 0172 ¬
® 00AE 0174 ®
¯ 00AF 0175 ¯
° 00B0 0176 °
± 00B1 0177 ±
´ 00B4 0180 ´
µ 00B5 0181 µ
00B6 0182 ¶
· 00B7 0183 ·
¸ 00B8 0184 ¸
º 00BA 0186 º
» 00BB 0187 »
¿ 00BF 0191 ¿
À 00C0 0192 À
Á 00C1 0193 Á
 00C2 0194 Â
à 00C3 0195 Ã
Ä 00C4 0196 Ä
Å 00C5 0197 Å
Æ 00C6 0198 Æ
Ç 00C7 0199 Ç
È 00C8 0200 È
É 00C9 0201 É
Ê 00CA 0202 Ê
Ë 00CB 0203 Ë
Ì 00CC 0204 Ì
Í 00CD 0205 Í
Î 00CE 0206 Î
Ï 00CF 0207 Ï
Ñ 00D1 0209 Ñ
Ò 00D2 0210 Ò
Ó 00D3 0211 Ó
Ô 00D4 0212 Ô
Õ 00D5 0213 Õ
Ö 00D6 0214 Ö
Ø 00D8 0216 Ø
Ù 00D9 0217 Ù
Ú 00DA 0218 Ú
Û 00DB 0219 Û
Ü 00DC 0220 Ü
ß 00DF 0223 ß
à 00E0 0224 à
á 00E1 0225 á
â 00E2 0226 â
ã 00E3 0227 ã
ä 00E4 0228 ä
å 00E5 0229 å
æ 00E6 0230 æ
ç 00E7 0231 ç
è 00E8 0232 è
é 00E9 0233 é
ê 00EA 0234 ê
ë 00EB 0235 ë
ì 00EC 0236 ì
í 00ED 0237 í
î 00EE 0238 î
ï 00EF 0239 ï
ñ 00F1 0241 ñ
ò 00F2 0242 ò
ó 00F3 0243 ó
ô 00F4 0244 ô
õ 00F5 0245 õ
ö 00F6 0246 ö
÷ 00F7 0247 ÷
ø 00F8 0248 ø
ù 00F9 0249 ù
ú 00FA 0250 ú
û 00FB 0251 û
ü 00FC 0252 ü
ÿ 00FF 0255 ÿ

EASCII code online comparison table

  • EASCII (Extended ASCII, Extended American Standard Information Interchange Code) is formed by expanding the ASCII code from 7 to 8
  • EASCII internal code is composed of 256 characters from 0 to 255
  • EASCII codes are more extended than ASCII codes, including table symbols, calculation symbols, Greek letters, and special Latin symbols.
  • ISO / IEC 8859 is the most common 8-bit character encoding. In addition, different operating systems will have its 8-bit character encoding.
  • The symbols in the above table are the symbols included in ISO / IEC 8859-1, and are the most common symbols in the extended ASCII character set used in the World Wide Web
Decimal EASCII code comparison table-16 decimal EASCII code-online EASCII code comparison table

What is EASCII code comparison table?

An Extended ASCII (EASCII) code comparison table lists the character codes from 0 to 255, where:

  • The first 128 codes (0–127) match standard ASCII.

  • Codes 128–255 are extended and include additional symbols, accented characters, graphical symbols, and language-specific letters.

It shows the numeric code, character representation, and sometimes the binary/hex value for each character.


Why Use EASCII code comparison table?

You use it to:

  • Work with characters beyond standard ASCII, especially for European languages and special symbols.

  • Ensure compatibility with legacy systems and file formats using extended ASCII.

  • Understand how characters are encoded in byte values between 128–255.


How to Use EASCII code comparison table?

You use it by:

  • Looking up the numeric values of extended characters for display, conversion, or encoding.

  • Writing or debugging programs that handle text data using 8-bit encodings (e.g., in C, Assembly, or low-level systems).

  • Using functions like chr() or ord() in programming to convert between characters and their extended ASCII codes.


When to Use EASCII code comparison table?

Use it when:

  • Dealing with legacy systems, DOS applications, or file formats using 8-bit character encoding.

  • Needing non-ASCII characters like é, ç, ñ, or box-drawing characters.

  • Working in environments without Unicode support or with limited encoding options.