| HTML Entity (dec) | 辫 | 
| HTML Entity (hex) | 辫 | 
| UTF-8 (hex) | 0xe8beab / 0xe8 0xbe 0xab (3 bytes) | 
| UTF-8 (dec) | 232, 190, 171 (3 bytes) | 
| UTF-16-BE (hex) | 0x8fab / 0x8f 0xab (2 bytes) | 
| UTF-16-BE (dec) | 143, 171 (2 bytes) | 
| UTF-32-BE (hex) | 0x8fab / 0x00 0x00 0x8f 0xab (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 143, 171 (4 bytes) | 
| C/C++/Java source code | "\u8fab" | 
| Python source code | "\u8fab" |