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 | ?\ | 0011111101011100 | 3f5c |
SJIS-WIN | 冶\ | 100101101110100001011100 | 96e85c |
EUC-JP | 冶\ | 110011001110101001011100 | ccea5c |
UTF-8 | 冶\ | 11100101100001101011011001011100 | e586b65c |
UHC | 冶\ | 111001011010011101011100 | e5a75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)