| HTML Entity (dec) | 试 |
| HTML Entity (hex) | 试 |
| UTF-8 (hex) | 0xe8af95 / 0xe8 0xaf 0x95 (3 bytes) |
| UTF-8 (dec) | 232, 175, 149 (3 bytes) |
| UTF-16-BE (hex) | 0x8bd5 / 0x8b 0xd5 (2 bytes) |
| UTF-16-BE (dec) | 139, 213 (2 bytes) |
| UTF-32-BE (hex) | 0x8bd5 / 0x00 0x00 0x8b 0xd5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 139, 213 (4 bytes) |
| C/C++/Java source code | "\u8bd5" |
| Python source code | "\u8bd5" |