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 | 弧?弧?^ | 10001100110010100011111110001100110010100011111101011110 | 8cca3f8cca3f5e |
EUC-JP | 弧?弧?^ | 10111000110011000011111110111000110011000011111101011110 | b8cc3fb8cc3f5e |
UTF-8 | 弧렣弧렣^ | 11100101101111001010011111101011101000001010001111100101101111001010011111101011101000001010001101011110 | e5bca7eba0a3e5bca7eba0a35e |
UHC | 弧렣弧렣^ | 111110111100000110001110101101001111101111000001100011101011010001011110 | fbc18eb4fbc18eb45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)