| HTML Entity (dec) | 걬 |
| HTML Entity (hex) | 걬 |
| UTF-8 (hex) | 0xeab1ac / 0xea 0xb1 0xac (3 bytes) |
| UTF-8 (dec) | 234, 177, 172 (3 bytes) |
| UTF-16-BE (hex) | 0xac6c / 0xac 0x6c (2 bytes) |
| UTF-16-BE (dec) | 172, 108 (2 bytes) |
| UTF-32-BE (hex) | 0xac6c / 0x00 0x00 0xac 0x6c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 172, 108 (4 bytes) |
| C/C++/Java source code | "\uac6c" |
| Python source code | "\uac6c" |