To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | C\h | 1001001001000011100100100101110001101000 | 9243925c68 |
SJIS-WIN | ?C?\h | 0011111101000011001111110101110001101000 | 3f433f5c68 |
EUC-JP | ?C?\h | 0011111101000011001111110101110001101000 | 3f433f5c68 |
UTF-8 | C\h | 11000010100100100100001111000010100100100101110001101000 | c29243c2925c68 |
UHC | ?C?\h | 0011111101000011001111110101110001101000 | 3f433f5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)