| HTML Entity (dec) | 섰 |
| HTML Entity (hex) | 섰 |
| UTF-8 (hex) | 0xec84b0 / 0xec 0x84 0xb0 (3 bytes) |
| UTF-8 (dec) | 236, 132, 176 (3 bytes) |
| UTF-16-BE (hex) | 0xc130 / 0xc1 0x30 (2 bytes) |
| UTF-16-BE (dec) | 193, 48 (2 bytes) |
| UTF-32-BE (hex) | 0xc130 / 0x00 0x00 0xc1 0x30 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 193, 48 (4 bytes) |
| C/C++/Java source code | "\uc130" |
| Python source code | "\uc130" |