To what bitstring a character(s) is encoded in each character set?

Input one character or short letters and click "Convert."


(UTF-8)
Charset Character Bit string (binary) Bit String (hexadecimal)
ISO-8859-1 ?u 0011111101110101 3f75
SJIS-WIN 猝u 111000001100101001110101 e0ca75
EUC-JP 猝u 111000001100110001110101 e0cc75
UTF-8 猝u 11100111100011001001110101110101 e78c9d75
UHC 猝u 111100001111000101110101 f0f175

SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)