| HTML Entity (dec) | å |
| HTML Entity (hex) | å |
| UTF-8 (hex) | 0xc3a5 / 0xc3 0xa5 (2 bytes) |
| UTF-8 (dec) | 195, 165 (2 bytes) |
| UTF-16-BE (hex) | 0xe5 / 0x00 0xe5 (2 bytes) |
| UTF-16-BE (dec) | 0, 229 (2 bytes) |
| UTF-32-BE (hex) | 0xe5 / 0x00 0x00 0x00 0xe5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 0, 229 (4 bytes) |
| C/C++/Java source code | "\u00e5" |
| Python source code | "\u00e5" |