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 | ??iLh??iL | 001111110011111101101001010011000110100000111111001111110110100101001100 | 3f3f694c683f3f694c |
SJIS-WIN | 遠?iLh遠?iL | 1000100110010011001111110110100101001100011010001000100110010011001111110110100101001100 | 89933f694c6889933f694c |
EUC-JP | 遠?iLh遠?iL | 1011000111110011001111110110100101001100011010001011000111110011001111110110100101001100 | b1f33f694c68b1f33f694c |
UTF-8 | 遠렕iLh遠렕iL | 1110100110000001101000001110101110100000100101010110100101001100011010001110100110000001101000001110101110100000100101010110100101001100 | e981a0eba095694c68e981a0eba095694c |
UHC | 遠렕iLh遠렕iL | 11101010110000001000111010101010011010010100110001101000111010101100000010001110101010100110100101001100 | eac08eaa694c68eac08eaa694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)