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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 硝エシ、\ | 100011111100100110110100101111001010010001011100 | 8fc9b4bca45c |
EUC-JP | 硝エシ、\ | 101111101100101110001110101101001000111010111100100011101010010001011100 | becb8eb48ebc8ea45c |
UTF-8 | 硝エシ、\ | 11100111101000011001110111101111101111011011010011101111101111011011110011101111101111011010010001011100 | e7a19defbdb4efbdbcefbda45c |
UHC | 硝???\ | 111101011010011000111111001111110011111101011100 | f5a63f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)