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 | 001111110011111101000011 | 3f3f43 |
SJIS-WIN | 存渫C | 1001000110110110100111111101011001000011 | 91b69fd643 |
EUC-JP | 存渫C | 1100001010111000110111101101100001000011 | c2b8ded843 |
UTF-8 | 存渫C | 11100101101011011001100011100110101110001010101101000011 | e5ad98e6b8ab43 |
UHC | 存渫C | 1111000011101101111000001101111001000011 | f0ede0de43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)