| HTML Entity (dec) | 빎 |
| HTML Entity (hex) | 빎 |
| UTF-8 (hex) | 0xebb98e / 0xeb 0xb9 0x8e (3 bytes) |
| UTF-8 (dec) | 235, 185, 142 (3 bytes) |
| UTF-16-BE (hex) | 0xbe4e / 0xbe 0x4e (2 bytes) |
| UTF-16-BE (dec) | 190, 78 (2 bytes) |
| UTF-32-BE (hex) | 0xbe4e / 0x00 0x00 0xbe 0x4e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 190, 78 (4 bytes) |
| C/C++/Java source code | "\ube4e" |
| Python source code | "\ube4e" |