HTML Entity (dec) | Ï |
HTML Entity (hex) | Ï |
UTF-8 (hex) | 0xc38f / 0xc3 0x8f (2 bytes) |
UTF-8 (dec) | 195, 143 (2 bytes) |
UTF-16-BE (hex) | 0xcf / 0x00 0xcf (2 bytes) |
UTF-16-BE (dec) | 0, 207 (2 bytes) |
UTF-32-BE (hex) | 0xcf / 0x00 0x00 0x00 0xcf (4 bytes) |
UTF-32-BE (dec) | 0, 0, 0, 207 (4 bytes) |
C/C++/Java source code | "\u00cf" |
Python source code | "\u00cf" |