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 ?B 0011111101000010 3f42
SJIS-WIN 釐B 111001111101100001000010 e7d842
EUC-JP 釐B 111011101101101001000010 eeda42
UTF-8 釐B 11101001100001111001000001000010 e9879042
UHC 釐B 110101111110110101000010 d7ed42

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