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 | 絮?絮?^ | 11100011010100000011111111100011010100000011111101011110 | e3503fe3503f5e |
EUC-JP | 絮?絮?^ | 11100101101100010011111111100101101100010011111101011110 | e5b13fe5b13f5e |
UTF-8 | 絮뿙絮쑄^ | 11100111101101011010111011101011101111111001100111100111101101011010111011101100100100011000010001011110 | e7b5aeebbf99e7b5aeec91845e |
UHC | 絮뿙絮쑄^ | 110111111111110010010111100111001101111111111100100111001010010001011110 | dffc979cdffc9ca45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)