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 ?E 0011111101000101 3f45
SJIS-WIN 問E 100101101110001001000101 96e245
EUC-JP 問E 110011001110010001000101 cce445
UTF-8 問E 11100101100101011000111101000101 e5958f45
UHC 問E 110110011111110101000101 d9fd45

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