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 | ??c^ | 00111111001111110110001101011110 | 3f3f635e |
SJIS-WIN | 鋧磁c^ | 111110111100111110001110101001010110001101011110 | fbcf8ea5635e |
EUC-JP | 鋧磁c^ | 10001111111001001100101110111100101001110110001101011110 | 8fe4cbbca7635e |
UTF-8 | 鋧磁c^ | 1110100110001011101001111110011110100011100000010110001101011110 | e98ba7e7a381635e |
UHC | ?磁c^ | 0011111111101101101110000110001101011110 | 3fedb8635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)