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^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 髴茨スッc^ | 1110100110011100100010001110111110111101101011110110001101011110 | e99c88efbdaf635e |
EUC-JP | 髴茨スッc^ | 11110001111111001011000011110001100011101011110110001110101011110110001101011110 | f1fcb0f18ebd8eaf635e |
UTF-8 | 髴茨スッc^ | 1110100110101011101101001110100010001100101010001110111110111101101111011110111110111101101011110110001101011110 | e9abb4e88ca8efbdbdefbdaf635e |
UHC | ?茨??c^ | 00111111111011011011110000111111001111110110001101011110 | 3fedbc3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)