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 | 絨?絨?^ | 11100011010011110011111111100011010011110011111101011110 | e34f3fe34f3f5e |
EUC-JP | 絨?絨?^ | 11100101101100000011111111100101101100000011111101011110 | e5b03fe5b03f5e |
UTF-8 | 絨긔絨긔^ | 11100111101101011010100011101010101110001001010011100111101101011010100011101010101110001001010001011110 | e7b5a8eab894e7b5a8eab8945e |
UHC | 絨긔絨긔^ | 111010111101011010110001111000011110101111010110101100011110000101011110 | ebd6b1e1ebd6b1e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)