| HTML Entity (dec) | 着 |
| HTML Entity (hex) | 着 |
| UTF-8 (hex) | 0xefaaaa / 0xef 0xaa 0xaa (3 bytes) |
| UTF-8 (dec) | 239, 170, 170 (3 bytes) |
| UTF-16-BE (hex) | 0xfaaa / 0xfa 0xaa (2 bytes) |
| UTF-16-BE (dec) | 250, 170 (2 bytes) |
| UTF-32-BE (hex) | 0xfaaa / 0x00 0x00 0xfa 0xaa (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 250, 170 (4 bytes) |
| C/C++/Java source code | "\ufaaa" |
| Python source code | "\ufaaa" |