| HTML Entity (dec) | 하 |
| HTML Entity (hex) | 하 |
| UTF-8 (hex) | 0xed9598 / 0xed 0x95 0x98 (3 bytes) |
| UTF-8 (dec) | 237, 149, 152 (3 bytes) |
| UTF-16-BE (hex) | 0xd558 / 0xd5 0x58 (2 bytes) |
| UTF-16-BE (dec) | 213, 88 (2 bytes) |
| UTF-32-BE (hex) | 0xd558 / 0x00 0x00 0xd5 0x58 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 213, 88 (4 bytes) |
| C/C++/Java source code | "\ud558" |
| Python source code | "\ud558" |