| HTML Entity (dec) | 批 |
| HTML Entity (hex) | 批 |
| UTF-8 (hex) | 0xe689b9 / 0xe6 0x89 0xb9 (3 bytes) |
| UTF-8 (dec) | 230, 137, 185 (3 bytes) |
| UTF-16-BE (hex) | 0x6279 / 0x62 0x79 (2 bytes) |
| UTF-16-BE (dec) | 98, 121 (2 bytes) |
| UTF-32-BE (hex) | 0x6279 / 0x00 0x00 0x62 0x79 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 98, 121 (4 bytes) |
| C/C++/Java source code | "\u6279" |
| Python source code | "\u6279" |