HTML Entity (dec) | Q |
HTML Entity (hex) | Q |
UTF-8 (hex) | 0x51 |
UTF-8 (dec) | 81 |
UTF-16-BE (hex) | 0x51 |
UTF-16-BE (dec) | 0, 81 (2 bytes) |
UTF-32-BE (hex) | 0x51 |
UTF-32-BE (dec) | 0, 0, 0, 81 (4 bytes) |
C/C++/Java source code | "\u0051" |
Python source code | "\u0051" |