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 100111111001101101001101 9f9b4d
EUC-JP 泝M 110111011111101101001101 ddfb4d
UTF-8 泝M 11100110101100111001110101001101 e6b39d4d
UHC ?M 0011111101001101 3f4d

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