HTML Entity (dec) | t |
HTML Entity (hex) | t |
UTF-8 (hex) | 0x74 |
UTF-8 (dec) | 116 |
UTF-16-BE (hex) | 0x74 |
UTF-16-BE (dec) | 0, 116 (2 bytes) |
UTF-32-BE (hex) | 0x74 |
UTF-32-BE (dec) | 0, 0, 0, 116 (4 bytes) |
C/C++/Java source code | "\u0074" |
Python source code | "\u0074" |