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 | 互?互?^ | 10001100110111010011111110001100110111010011111101011110 | 8cdd3f8cdd3f5e |
EUC-JP | 互?互?^ | 10111000110111110011111110111000110111110011111101011110 | b8df3fb8df3f5e |
UTF-8 | 互룓互룓^ | 11100100101110101001001011101011101000111001001111100100101110101001001011101011101000111001001101011110 | e4ba92eba393e4ba92eba3935e |
UHC | 互룓互룓^ | 111110111011101110001111100100001111101110111011100011111001000001011110 | fbbb8f90fbbb8f905e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)