| HTML Entity (dec) | 焘 | 
| HTML Entity (hex) | 焘 | 
| UTF-8 (hex) | 0xe78498 / 0xe7 0x84 0x98 (3 bytes) | 
| UTF-8 (dec) | 231, 132, 152 (3 bytes) | 
| UTF-16-BE (hex) | 0x7118 / 0x71 0x18 (2 bytes) | 
| UTF-16-BE (dec) | 113, 24 (2 bytes) | 
| UTF-32-BE (hex) | 0x7118 / 0x00 0x00 0x71 0x18 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 113, 24 (4 bytes) | 
| C/C++/Java source code | "\u7118" | 
| Python source code | "\u7118" |