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 | ?鍮?鍮^ | 00111111111010000100101000111111111010000100101001011110 | 3fe84a3fe84a5e |
EUC-JP | ?鍮?鍮^ | 00111111111011111010101100111111111011111010101101011110 | 3fefab3fefab5e |
UTF-8 | 뤗鍮뤗鍮^ | 11101011101001001001011111101001100011011010111011101011101001001001011111101001100011011010111001011110 | eba497e98daeeba497e98dae5e |
UHC | 뤗鍮뤗鍮^ | 100011111100011111101011101110011000111111000111111010111011100101011110 | 8fc7ebb98fc7ebb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)