| HTML Entity (dec) | 広 | 
| HTML Entity (hex) | 広 | 
| UTF-8 (hex) | 0xe5ba83 / 0xe5 0xba 0x83 (3 bytes) | 
| UTF-8 (dec) | 229, 186, 131 (3 bytes) | 
| UTF-16-BE (hex) | 0x5e83 / 0x5e 0x83 (2 bytes) | 
| UTF-16-BE (dec) | 94, 131 (2 bytes) | 
| UTF-32-BE (hex) | 0x5e83 / 0x00 0x00 0x5e 0x83 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 94, 131 (4 bytes) | 
| C/C++/Java source code | "\u5e83" | 
| Python source code | "\u5e83" |