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 | 111010001110010001101001010011000110100011101000111001000110100101001100 | e8e4694c68e8e4694c |
SJIS-WIN | ??iLh??iL | 001111110011111101101001010011000110100000111111001111110110100101001100 | 3f3f694c683f3f694c |
EUC-JP | èäiLhèäiL | 1000111110101011101100101000111110101011101000110110100101001100011010001000111110101011101100101000111110101011101000110110100101001100 | 8fabb28faba3694c688fabb28faba3694c |
UTF-8 | èäiLhèäiL | 11000011101010001100001110100100011010010100110001101000110000111010100011000011101001000110100101001100 | c3a8c3a4694c68c3a8c3a4694c |
UHC | ??iLh??iL | 001111110011111101101001010011000110100000111111001111110110100101001100 | 3f3f694c683f3f694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)