| HTML Entity (dec) | 뷕 |
| HTML Entity (hex) | 뷕 |
| UTF-8 (hex) | 0xebb795 / 0xeb 0xb7 0x95 (3 bytes) |
| UTF-8 (dec) | 235, 183, 149 (3 bytes) |
| UTF-16-BE (hex) | 0xbdd5 / 0xbd 0xd5 (2 bytes) |
| UTF-16-BE (dec) | 189, 213 (2 bytes) |
| UTF-32-BE (hex) | 0xbdd5 / 0x00 0x00 0xbd 0xd5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 189, 213 (4 bytes) |
| C/C++/Java source code | "\ubdd5" |
| Python source code | "\ubdd5" |