| HTML Entity (dec) | 벎 | 
| HTML Entity (hex) | 벎 | 
| UTF-8 (hex) | 0xebb28e / 0xeb 0xb2 0x8e (3 bytes) | 
| UTF-8 (dec) | 235, 178, 142 (3 bytes) | 
| UTF-16-BE (hex) | 0xbc8e / 0xbc 0x8e (2 bytes) | 
| UTF-16-BE (dec) | 188, 142 (2 bytes) | 
| UTF-32-BE (hex) | 0xbc8e / 0x00 0x00 0xbc 0x8e (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 188, 142 (4 bytes) | 
| C/C++/Java source code | "\ubc8e" | 
| Python source code | "\ubc8e" |