| HTML Entity (dec) | 홁 |
| HTML Entity (hex) | 홁 |
| UTF-8 (hex) | 0xed9981 / 0xed 0x99 0x81 (3 bytes) |
| UTF-8 (dec) | 237, 153, 129 (3 bytes) |
| UTF-16-BE (hex) | 0xd641 / 0xd6 0x41 (2 bytes) |
| UTF-16-BE (dec) | 214, 65 (2 bytes) |
| UTF-32-BE (hex) | 0xd641 / 0x00 0x00 0xd6 0x41 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 214, 65 (4 bytes) |
| C/C++/Java source code | "\ud641" |
| Python source code | "\ud641" |