| HTML Entity (dec) | 鵱 |
| HTML Entity (hex) | 鵱 |
| UTF-8 (hex) | 0xe9b5b1 / 0xe9 0xb5 0xb1 (3 bytes) |
| UTF-8 (dec) | 233, 181, 177 (3 bytes) |
| UTF-16-BE (hex) | 0x9d71 / 0x9d 0x71 (2 bytes) |
| UTF-16-BE (dec) | 157, 113 (2 bytes) |
| UTF-32-BE (hex) | 0x9d71 / 0x00 0x00 0x9d 0x71 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 157, 113 (4 bytes) |
| C/C++/Java source code | "\u9d71" |
| Python source code | "\u9d71" |