HTML Entity (dec) | d |
HTML Entity (hex) | d |
UTF-8 (hex) | 0x64 |
UTF-8 (dec) | 100 |
UTF-16-BE (hex) | 0x64 |
UTF-16-BE (dec) | 0, 100 (2 bytes) |
UTF-32-BE (hex) | 0x64 |
UTF-32-BE (dec) | 0, 0, 0, 100 (4 bytes) |
C/C++/Java source code | "\u0064" |
Python source code | "\u0064" |