| HTML Entity (dec) | 샥 |
| HTML Entity (hex) | 샥 |
| UTF-8 (hex) | 0xec83a5 / 0xec 0x83 0xa5 (3 bytes) |
| UTF-8 (dec) | 236, 131, 165 (3 bytes) |
| UTF-16-BE (hex) | 0xc0e5 / 0xc0 0xe5 (2 bytes) |
| UTF-16-BE (dec) | 192, 229 (2 bytes) |
| UTF-32-BE (hex) | 0xc0e5 / 0x00 0x00 0xc0 0xe5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 192, 229 (4 bytes) |
| C/C++/Java source code | "\uc0e5" |
| Python source code | "\uc0e5" |