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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 綜縱綜縱^ | 100100011000111011100011011100111001000110001110111000110111001101011110 | 918ee373918ee3735e |
EUC-JP | 綜縱綜縱^ | 110000011110111011100101110101001100000111101110111001011101010001011110 | c1eee5d4c1eee5d45e |
UTF-8 | 綜縱綜縱^ | 11100111101101101001110011100111101110001011000111100111101101101001110011100111101110001011000101011110 | e7b69ce7b8b1e7b69ce7b8b15e |
UHC | 綜縱綜縱^ | 111100001111110011110000111111011111000011111100111100001111110101011110 | f0fcf0fdf0fcf0fd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)