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 ?M 0011111101001101 3f4d
SJIS-WIN 恂M 100111001001011001001101 9c964d
EUC-JP 恂M 110101111111011001001101 d7f64d
UTF-8 恂M 11100110100000011000001001001101 e681824d
UHC 恂M 111000101110000101001101 e2e14d

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