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 | ?LoBF | 0011111101001100011011110100001001000110 | 3f4c6f4246 |
SJIS-WIN | 冶LoBF | 100101101110100001001100011011110100001001000110 | 96e84c6f4246 |
EUC-JP | 冶LoBF | 110011001110101001001100011011110100001001000110 | ccea4c6f4246 |
UTF-8 | 冶LoBF | 11100101100001101011011001001100011011110100001001000110 | e586b64c6f4246 |
UHC | 冶LoBF | 111001011010011101001100011011110100001001000110 | e5a74c6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)