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 ?x 0011111101111000 3f78
SJIS-WIN 蒙x 100101101101011001111000 96d678
EUC-JP 蒙x 110011001101100001111000 ccd878
UTF-8 蒙x 11101000100100101001100101111000 e8929978
UHC 蒙x 110110011101010101111000 d9d578

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