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^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | セ゚車シヲc^ | 1011111011011111100011101101010010111100101001100110001101011110 | bedf8ed4bca6635e |
EUC-JP | セ゚車シヲc^ | 100011101011111010001110110111111011110011010110100011101011110010001110101001100110001101011110 | 8ebe8edfbcd68ebc8ea6635e |
UTF-8 | セ゚車シヲc^ | 1110111110111101101111101110111110111110100111111110100010111011100010101110111110111101101111001110111110111101101001100110001101011110 | efbdbeefbe9fe8bb8aefbdbcefbda6635e |
UHC | ??車??c^ | 0011111100111111111100111011001100111111001111110110001101011110 | 3f3ff3b33f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)