| HTML Entity (dec) | 慒 | 
| HTML Entity (hex) | 慒 | 
| UTF-8 (hex) | 0xe68592 / 0xe6 0x85 0x92 (3 bytes) | 
| UTF-8 (dec) | 230, 133, 146 (3 bytes) | 
| UTF-16-BE (hex) | 0x6152 / 0x61 0x52 (2 bytes) | 
| UTF-16-BE (dec) | 97, 82 (2 bytes) | 
| UTF-32-BE (hex) | 0x6152 / 0x00 0x00 0x61 0x52 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 97, 82 (4 bytes) | 
| C/C++/Java source code | "\u6152" | 
| Python source code | "\u6152" |