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 100100110110111001101101 936e6d
EUC-JP 渡m 110001011100111101101101 c5cf6d
UTF-8 渡m 11100110101110001010000101101101 e6b8a16d
UHC 渡m 110101001010010001101101 d4a46d

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