HTML Entity (dec) | C |
HTML Entity (hex) | C |
UTF-8 (hex) | 0x43 |
UTF-8 (dec) | 67 |
UTF-16-BE (hex) | 0x43 |
UTF-16-BE (dec) | 0, 67 (2 bytes) |
UTF-32-BE (hex) | 0x43 |
UTF-32-BE (dec) | 0, 0, 0, 67 (4 bytes) |
C/C++/Java source code | "\u0043" |
Python source code | "\u0043" |