| HTML Entity (dec) | 慌 | 
| HTML Entity (hex) | 慌 | 
| UTF-8 (hex) | 0xe6858c / 0xe6 0x85 0x8c (3 bytes) | 
| UTF-8 (dec) | 230, 133, 140 (3 bytes) | 
| UTF-16-BE (hex) | 0x614c / 0x61 0x4c (2 bytes) | 
| UTF-16-BE (dec) | 97, 76 (2 bytes) | 
| UTF-32-BE (hex) | 0x614c / 0x00 0x00 0x61 0x4c (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 97, 76 (4 bytes) | 
| C/C++/Java source code | "\u614c" | 
| Python source code | "\u614c" |