| HTML Entity (dec) | 薩 |
| HTML Entity (hex) | 薩 |
| UTF-8 (hex) | 0xe896a9 / 0xe8 0x96 0xa9 (3 bytes) |
| UTF-8 (dec) | 232, 150, 169 (3 bytes) |
| UTF-16-BE (hex) | 0x85a9 / 0x85 0xa9 (2 bytes) |
| UTF-16-BE (dec) | 133, 169 (2 bytes) |
| UTF-32-BE (hex) | 0x85a9 / 0x00 0x00 0x85 0xa9 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 133, 169 (4 bytes) |
| C/C++/Java source code | "\u85a9" |
| Python source code | "\u85a9" |