| HTML Entity (dec) | 掃 | 
| HTML Entity (hex) | 掃 | 
| UTF-8 (hex) | 0xe68e83 / 0xe6 0x8e 0x83 (3 bytes) | 
| UTF-8 (dec) | 230, 142, 131 (3 bytes) | 
| UTF-16-BE (hex) | 0x6383 / 0x63 0x83 (2 bytes) | 
| UTF-16-BE (dec) | 99, 131 (2 bytes) | 
| UTF-32-BE (hex) | 0x6383 / 0x00 0x00 0x63 0x83 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 99, 131 (4 bytes) | 
| C/C++/Java source code | "\u6383" | 
| Python source code | "\u6383" |