| HTML Entity (dec) | 購 | 
| HTML Entity (hex) | 購 | 
| UTF-8 (hex) | 0xe8b3bc / 0xe8 0xb3 0xbc (3 bytes) | 
| UTF-8 (dec) | 232, 179, 188 (3 bytes) | 
| UTF-16-BE (hex) | 0x8cfc / 0x8c 0xfc (2 bytes) | 
| UTF-16-BE (dec) | 140, 252 (2 bytes) | 
| UTF-32-BE (hex) | 0x8cfc / 0x00 0x00 0x8c 0xfc (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 140, 252 (4 bytes) | 
| C/C++/Java source code | "\u8cfc" | 
| Python source code | "\u8cfc" |