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 | 00111111011010010100110001101000001111110110100101001100 | 3f694c683f694c |
SJIS-WIN | 阻iLh阻iL | 100100010110101001101001010011000110100010010001011010100110100101001100 | 916a694c68916a694c |
EUC-JP | 阻iLh阻iL | 110000011100101101101001010011000110100011000001110010110110100101001100 | c1cb694c68c1cb694c |
UTF-8 | 阻iLh阻iL | 1110100110011000101110110110100101001100011010001110100110011000101110110110100101001100 | e998bb694c68e998bb694c |
UHC | 阻iLh阻iL | 111100001110011001101001010011000110100011110000111001100110100101001100 | f0e6694c68f0e6694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)