
| Character Sets | Decimal | Hex |
|---|---|---|
| Code page 437 | 145 | 91 |
| ISO-8859-1 | 230 | E6 |
| ISO-8859-4 | 230 | E6 |
| ISO-8859-9 | 230 | E6 |
| ISO-8859-10 | 230 | E6 |
| Windows-1252 | 230 | E6 |
| Windows-1254 | 230 | E6 |
| Windows-1257 | 191 | BF |
| Windows-1258 | 230 | E6 |
| Unicode | U+00E6 | |
|---|---|---|
| Unicode Decimal | 230 | |
| Unicode Escape | \u00e6 | |
| UTF-8 (hex) | 0xC3 0xA6 | |
| UTF-8 (binary) | 1100001110100110 | |
| UTF-8 (binary) | ||
| 1100001110100110 | ||
| UTF-16 | 0x00E6 | |
| UTF-32 | 0x000000E6 | |
| HTML Number | æ | |
|---|---|---|
| HTML Hex | æ | |
| HTML Entity | æ | |
| Symbol | Name |
|---|---|
| Æ | Latin capital letter AE |
| URL Escape Code | %C3%A6 | |
|---|---|---|
| Quoted-printable | =C3=A6 |
| C, C++, and Java | "\u00E6" | |
|---|---|---|
| CSS Code | \00E6 | |
| JavaScript | "\u00E6" | |
| Perl | \x{00E6} | |
| Python 2 | u"\u00E6" | |
| Python 3 | \u00E6 | |
| Ruby | \u{00E6} |