| HTML Entity (dec) | Ê |
| HTML Entity (hex) | Ê |
| UTF-8 (hex) | 0xc38a / 0xc3 0x8a (2 bytes) |
| UTF-8 (dec) | 195, 138 (2 bytes) |
| UTF-16-BE (hex) | 0xca / 0x00 0xca (2 bytes) |
| UTF-16-BE (dec) | 0, 202 (2 bytes) |
| UTF-32-BE (hex) | 0xca / 0x00 0x00 0x00 0xca (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 0, 202 (4 bytes) |
| C/C++/Java source code | "\u00ca" |
| Python source code | "\u00ca" |