HTML Entity (dec) | H |
HTML Entity (hex) | H |
UTF-8 (hex) | 0x48 |
UTF-8 (dec) | 72 |
UTF-16-BE (hex) | 0x48 |
UTF-16-BE (dec) | 0, 72 (2 bytes) |
UTF-32-BE (hex) | 0x48 |
UTF-32-BE (dec) | 0, 0, 0, 72 (4 bytes) |
C/C++/Java source code | "\u0048" |
Python source code | "\u0048" |