| HTML Entity (dec) | 빵 | 
| HTML Entity (hex) | 빵 | 
| UTF-8 (hex) | 0xebb9b5 / 0xeb 0xb9 0xb5 (3 bytes) | 
| UTF-8 (dec) | 235, 185, 181 (3 bytes) | 
| UTF-16-BE (hex) | 0xbe75 / 0xbe 0x75 (2 bytes) | 
| UTF-16-BE (dec) | 190, 117 (2 bytes) | 
| UTF-32-BE (hex) | 0xbe75 / 0x00 0x00 0xbe 0x75 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 190, 117 (4 bytes) | 
| C/C++/Java source code | "\ube75" | 
| Python source code | "\ube75" |