| HTML Entity (dec) | 鞋 | 
| HTML Entity (hex) | 鞋 | 
| UTF-8 (hex) | 0xe99e8b / 0xe9 0x9e 0x8b (3 bytes) | 
| UTF-8 (dec) | 233, 158, 139 (3 bytes) | 
| UTF-16-BE (hex) | 0x978b / 0x97 0x8b (2 bytes) | 
| UTF-16-BE (dec) | 151, 139 (2 bytes) | 
| UTF-32-BE (hex) | 0x978b / 0x00 0x00 0x97 0x8b (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 151, 139 (4 bytes) | 
| C/C++/Java source code | "\u978b" | 
| Python source code | "\u978b" |