HTML Entity (dec) | I |
HTML Entity (hex) | I |
UTF-8 (hex) | 0x49 |
UTF-8 (dec) | 73 |
UTF-16-BE (hex) | 0x49 |
UTF-16-BE (dec) | 0, 73 (2 bytes) |
UTF-32-BE (hex) | 0x49 |
UTF-32-BE (dec) | 0, 0, 0, 73 (4 bytes) |
C/C++/Java source code | "\u0049" |
Python source code | "\u0049" |