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 | 宰?宰?^ | 10001101110010010011111110001101110010010011111101011110 | 8dc93f8dc93f5e |
EUC-JP | 宰?宰?^ | 10111010110010110011111110111010110010110011111101011110 | bacb3fbacb3f5e |
UTF-8 | 宰렣宰렣^ | 11100101101011101011000011101011101000001010001111100101101011101011000011101011101000001010001101011110 | e5aeb0eba0a3e5aeb0eba0a35e |
UHC | 宰렣宰렣^ | 111011101010010110001110101101001110111010100101100011101011010001011110 | eea58eb4eea58eb45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)