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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 遯壱封^ | 11100111101010101000100011101011100101011001010101011110 | e7aa88eb95955e |
EUC-JP | 遯壱封^ | 11101110101011001011000011101101110010011111010101011110 | eeacb0edc9f55e |
UTF-8 | 遯壱封^ | 11101001100000011010111111100101101000111011000111100101101100001000000101011110 | e981afe5a3b1e5b0815e |
UHC | 遯?封^ | 110101001110111000111111110111001110011001011110 | d4ee3fdce65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)