| HTML Entity (dec) | 봋 |
| HTML Entity (hex) | 봋 |
| UTF-8 (hex) | 0xebb48b / 0xeb 0xb4 0x8b (3 bytes) |
| UTF-8 (dec) | 235, 180, 139 (3 bytes) |
| UTF-16-BE (hex) | 0xbd0b / 0xbd 0x0b (2 bytes) |
| UTF-16-BE (dec) | 189, 11 (2 bytes) |
| UTF-32-BE (hex) | 0xbd0b / 0x00 0x00 0xbd 0x0b (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 189, 11 (4 bytes) |
| C/C++/Java source code | "\ubd0b" |
| Python source code | "\ubd0b" |