| HTML Entity (dec) | 여 |
| HTML Entity (hex) | 여 |
| UTF-8 (hex) | 0xec97ac / 0xec 0x97 0xac (3 bytes) |
| UTF-8 (dec) | 236, 151, 172 (3 bytes) |
| UTF-16-BE (hex) | 0xc5ec / 0xc5 0xec (2 bytes) |
| UTF-16-BE (dec) | 197, 236 (2 bytes) |
| UTF-32-BE (hex) | 0xc5ec / 0x00 0x00 0xc5 0xec (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 197, 236 (4 bytes) |
| C/C++/Java source code | "\uc5ec" |
| Python source code | "\uc5ec" |