HTML Entity (dec) | c |
HTML Entity (hex) | c |
UTF-8 (hex) | 0x63 |
UTF-8 (dec) | 99 |
UTF-16-BE (hex) | 0x63 |
UTF-16-BE (dec) | 0, 99 (2 bytes) |
UTF-32-BE (hex) | 0x63 |
UTF-32-BE (dec) | 0, 0, 0, 99 (4 bytes) |
C/C++/Java source code | "\u0063" |
Python source code | "\u0063" |