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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蔕器輯^ | 11100100111101101000101011101101100011110101001101011110 | e4f68aed8f535e |
EUC-JP | 蔕器輯^ | 11101000111110001011010011101111101111011011010001011110 | e8f8b4efbdb45e |
UTF-8 | 蔕器輯^ | 11101000100101001001010111100101100110011010100011101000101111001010111101011110 | e89495e599a8e8bcaf5e |
UHC | ?器輯^ | 001111111101000011101111111100101111111001011110 | 3fd0eff2fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)