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 | 襴?襴?^ | 11100110010001010011111111100110010001010011111101011110 | e6453fe6453f5e |
EUC-JP | 襴?襴?^ | 11101011101001100011111111101011101001100011111101011110 | eba63feba63f5e |
UTF-8 | 襴離襴離^ | 11101000101001011011010011101111101001111010101011101000101001011011010011101111101001111010101001011110 | e8a5b4efa7aae8a5b4efa7aa5e |
UHC | ?離?離^ | 00111111111011001100011000111111111011001100011001011110 | 3fecc63fecc65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)