| HTML Entity (dec) | 酒 |
| HTML Entity (hex) | 酒 |
| UTF-8 (hex) | 0xe98592 / 0xe9 0x85 0x92 (3 bytes) |
| UTF-8 (dec) | 233, 133, 146 (3 bytes) |
| UTF-16-BE (hex) | 0x9152 / 0x91 0x52 (2 bytes) |
| UTF-16-BE (dec) | 145, 82 (2 bytes) |
| UTF-32-BE (hex) | 0x9152 / 0x00 0x00 0x91 0x52 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 145, 82 (4 bytes) |
| C/C++/Java source code | "\u9152" |
| Python source code | "\u9152" |