| HTML Entity (dec) | æ | 
| HTML Entity (hex) | æ | 
| UTF-8 (hex) | 0xc3a6 / 0xc3 0xa6 (2 bytes) | 
| UTF-8 (dec) | 195, 166 (2 bytes) | 
| UTF-16-BE (hex) | 0xe6 / 0x00 0xe6 (2 bytes) | 
| UTF-16-BE (dec) | 0, 230 (2 bytes) | 
| UTF-32-BE (hex) | 0xe6 / 0x00 0x00 0x00 0xe6 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 0, 230 (4 bytes) | 
| C/C++/Java source code | "\u00e6" | 
| Python source code | "\u00e6" |