HTML Entity (dec) | ž |
HTML Entity (hex) | ž |
UTF-8 (hex) | 0xc5be / 0xc5 0xbe (2 bytes) |
UTF-8 (dec) | 197, 190 (2 bytes) |
UTF-16-BE (hex) | 0x17e / 0x01 0x7e (2 bytes) |
UTF-16-BE (dec) | 1, 126 (2 bytes) |
UTF-32-BE (hex) | 0x17e / 0x00 0x00 0x01 0x7e (4 bytes) |
UTF-32-BE (dec) | 0, 0, 1, 126 (4 bytes) |
C/C++/Java source code | "\u017e" |
Python source code | "\u017e" |