HTML Entity (dec) | D |
HTML Entity (hex) | D |
UTF-8 (hex) | 0x44 |
UTF-8 (dec) | 68 |
UTF-16-BE (hex) | 0x44 |
UTF-16-BE (dec) | 0, 68 (2 bytes) |
UTF-32-BE (hex) | 0x44 |
UTF-32-BE (dec) | 0, 0, 0, 68 (4 bytes) |
C/C++/Java source code | "\u0044" |
Python source code | "\u0044" |