HTML Entity (dec) | A |
HTML Entity (hex) | A |
UTF-8 (hex) | 0x41 |
UTF-8 (dec) | 65 |
UTF-16-BE (hex) | 0x41 |
UTF-16-BE (dec) | 0, 65 (2 bytes) |
UTF-32-BE (hex) | 0x41 |
UTF-32-BE (dec) | 0, 0, 0, 65 (4 bytes) |
C/C++/Java source code | "\u0041" |
Python source code | "\u0041" |