HTML Entity (dec) | ĥ |
HTML Entity (hex) | ĥ |
UTF-8 (hex) | 0xc4a5 / 0xc4 0xa5 (2 bytes) |
UTF-8 (dec) | 196, 165 (2 bytes) |
UTF-16-BE (hex) | 0x125 / 0x01 0x25 (2 bytes) |
UTF-16-BE (dec) | 1, 37 (2 bytes) |
UTF-32-BE (hex) | 0x125 / 0x00 0x00 0x01 0x25 (4 bytes) |
UTF-32-BE (dec) | 0, 0, 1, 37 (4 bytes) |
C/C++/Java source code | "\u0125" |
Python source code | "\u0125" |