| HTML Entity (dec) | Ü |
| HTML Entity (hex) | Ü |
| UTF-8 (hex) | 0xc39c / 0xc3 0x9c (2 bytes) |
| UTF-8 (dec) | 195, 156 (2 bytes) |
| UTF-16-BE (hex) | 0xdc / 0x00 0xdc (2 bytes) |
| UTF-16-BE (dec) | 0, 220 (2 bytes) |
| UTF-32-BE (hex) | 0xdc / 0x00 0x00 0x00 0xdc (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 0, 220 (4 bytes) |
| C/C++/Java source code | "\u00dc" |
| Python source code | "\u00dc" |