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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 綜?^ | 10010001100011100011111101011110 | 918e3f5e |
EUC-JP | 綜?^ | 11000001111011100011111101011110 | c1ee3f5e |
UTF-8 | 綜뼛^ | 11100111101101101001110011101011101111001001101101011110 | e7b69cebbc9b5e |
UHC | 綜뼛^ | 1111000011111100101110111100010001011110 | f0fcbbc45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)