| HTML Entity (dec) | 彊 | 
| HTML Entity (hex) | 彊 | 
| UTF-8 (hex) | 0xe5bd8a / 0xe5 0xbd 0x8a (3 bytes) | 
| UTF-8 (dec) | 229, 189, 138 (3 bytes) | 
| UTF-16-BE (hex) | 0x5f4a / 0x5f 0x4a (2 bytes) | 
| UTF-16-BE (dec) | 95, 74 (2 bytes) | 
| UTF-32-BE (hex) | 0x5f4a / 0x00 0x00 0x5f 0x4a (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 95, 74 (4 bytes) | 
| C/C++/Java source code | "\u5f4a" | 
| Python source code | "\u5f4a" |