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 0011111101101101 3f6d
SJIS-WIN 淙m 100111111100100001101101 9fc86d
EUC-JP 淙m 110111101100101001101101 deca6d
UTF-8 淙m 11100110101101111001100101101101 e6b7996d
UHC 淙m 111100001111100001101101 f0f86d

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