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 | 110101001101101001101001010011000110100011010100110110100110100101001100 | d4da694c68d4da694c |
EUC-JP | ヤレiLhヤレiL | 10001110110101001000111011011010011010010100110001101000100011101101010010001110110110100110100101001100 | 8ed48eda694c688ed48eda694c |
UTF-8 | ヤレiLhヤレiL | 1110111110111110100101001110111110111110100110100110100101001100011010001110111110111110100101001110111110111110100110100110100101001100 | efbe94efbe9a694c68efbe94efbe9a694c |
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)