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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ・躰・躰^ | 10100101111001110101101110100101111001110101101101011110 | a5e75ba5e75b5e |
EUC-JP | ・躰・躰^ | 100011101010010111101101101111001000111010100101111011011011110001011110 | 8ea5edbc8ea5edbc5e |
UTF-8 | ・躰・躰^ | 11101111101111011010010111101000101110101011000011101111101111011010010111101000101110101011000001011110 | efbda5e8bab0efbda5e8bab05e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)