| HTML Entity (dec) | 幫 | 
| HTML Entity (hex) | 幫 | 
| UTF-8 (hex) | 0xe5b9ab / 0xe5 0xb9 0xab (3 bytes) | 
| UTF-8 (dec) | 229, 185, 171 (3 bytes) | 
| UTF-16-BE (hex) | 0x5e6b / 0x5e 0x6b (2 bytes) | 
| UTF-16-BE (dec) | 94, 107 (2 bytes) | 
| UTF-32-BE (hex) | 0x5e6b / 0x00 0x00 0x5e 0x6b (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 94, 107 (4 bytes) | 
| C/C++/Java source code | "\u5e6b" | 
| Python source code | "\u5e6b" |