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 | 萸?萸?^ | 11100100110011100011111111100100110011100011111101011110 | e4ce3fe4ce3f5e |
EUC-JP | 萸?萸?^ | 11101000110100000011111111101000110100000011111101011110 | e8d03fe8d03f5e |
UTF-8 | 萸뭊萸뭊^ | 11101000100100001011100011101011101011011000101011101000100100001011100011101011101011011000101001011110 | e890b8ebad8ae890b8ebad8a5e |
UHC | 萸뭊萸뭊^ | 111010111010110110010010010101011110101110101101100100100101010101011110 | ebad9255ebad92555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)