Character Sets | Decimal | Hex |
---|---|---|
Code page 437 | 146 | 92 |
ISO-8859-1 | 198 | C6 |
ISO-8859-4 | 198 | C6 |
ISO-8859-9 | 198 | C6 |
ISO-8859-10 | 198 | C6 |
Windows-1252 | 198 | C6 |
Windows-1254 | 198 | C6 |
Windows-1257 | 175 | AF |
Windows-1258 | 198 | C6 |
Unicode | U+00C6 | |
---|---|---|
Unicode Decimal | 198 | |
Unicode Escape | \u00c6 | |
UTF-8 (hex) | 0xC3 0x86 | |
UTF-8 (binary) | 1100001110000110 | |
UTF-8 (binary) | ||
1100001110000110 | ||
UTF-16 | 0x00C6 | |
UTF-32 | 0x000000C6 |
HTML Number | Æ | |
---|---|---|
HTML Hex | Æ | |
HTML Entity | Æ |
Symbol | Name |
---|---|
æ | Latin small letter ae |
URL Escape Code | %C3%86 | |
---|---|---|
Quoted-printable | =C3=86 |
C, C++, and Java | "\u00C6" | |
---|---|---|
CSS Code | \00C6 | |
JavaScript | "\u00C6" | |
Perl | \x{00C6} | |
Python 2 | u"\u00C6" | |
Python 3 | \u00C6 | |
Ruby | \u{00C6} |