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 100111101100010101001101 9ec54d
EUC-JP 槐M 110111001100011101001101 dcc74d
UTF-8 槐M 11100110101001111001000001001101 e6a7904d
UHC 槐M 110011101101100101001101 ced94d

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