| HTML Entity (dec) | 鯨 | 
| HTML Entity (hex) | 鯨 | 
| UTF-8 (hex) | 0xe9afa8 / 0xe9 0xaf 0xa8 (3 bytes) | 
| UTF-8 (dec) | 233, 175, 168 (3 bytes) | 
| UTF-16-BE (hex) | 0x9be8 / 0x9b 0xe8 (2 bytes) | 
| UTF-16-BE (dec) | 155, 232 (2 bytes) | 
| UTF-32-BE (hex) | 0x9be8 / 0x00 0x00 0x9b 0xe8 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 155, 232 (4 bytes) | 
| C/C++/Java source code | "\u9be8" | 
| Python source code | "\u9be8" |