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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 曖??曖??^ | 100111100100001000111111001111111001111001000010001111110011111101011110 | 9e423f3f9e423f3f5e |
EUC-JP | 曖??曖??^ | 110110111010001100111111001111111101101110100011001111110011111101011110 | dba33f3fdba33f3f5e |
UTF-8 | 曖럮뢕曖럮뢕^ | 11100110100110111001011011101011100111111010111011101011101000101001010111100110100110111001011011101011100111111010111011101011101000101001010101011110 | e69b96eb9faeeba295e69b96eb9faeeba2955e |
UHC | 曖럮뢕曖럮뢕^ | 11100100111100101000111010001111100011110101000011100100111100101000111010001111100011110101000001011110 | e4f28e8f8f50e4f28e8f8f505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)