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 | ???I\ | 0011111100111111001111110100100101011100 | 3f3f3f495c |
SJIS-WIN | 晶ィI\ | 10001111101110111111001111101100101010000100100101011100 | 8fbbf3eca8495c |
EUC-JP | 晶?ィI\ | 10111110101111010011111110001110101010000100100101011100 | bebd3f8ea8495c |
UTF-8 | 晶ィI\ | 1110011010011001101101101110111010001011100111111110111110111101101010000100100101011100 | e699b6ee8b9fefbda8495c |
UHC | 晶??I\ | 111011111101110000111111001111110100100101011100 | efdc3f3f495c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)