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 | ???P^ | 0011111100111111001111110101000001011110 | 3f3f3f505e |
SJIS-WIN | 蕈≦けP^ | 1110010011111100100000011000010110000010101011110101000001011110 | e4fc818582af505e |
EUC-JP | 蕈≦けP^ | 1110100011111110101000011110010110100100101100010101000001011110 | e8fea1e5a4b1505e |
UTF-8 | 蕈≦けP^ | 1110100010010101100010001110001010001001101001101110001110000001100100010101000001011110 | e89588e289a6e38191505e |
UHC | ??けP^ | 001111110011111110101010101100010101000001011110 | 3f3faab1505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)