HTML Entity (dec) | e |
HTML Entity (hex) | e |
UTF-8 (hex) | 0x65 |
UTF-8 (dec) | 101 |
UTF-16-BE (hex) | 0x65 |
UTF-16-BE (dec) | 0, 101 (2 bytes) |
UTF-32-BE (hex) | 0x65 |
UTF-32-BE (dec) | 0, 0, 0, 101 (4 bytes) |
C/C++/Java source code | "\u0065" |
Python source code | "\u0065" |