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 111000000111000001001101 e0704d
EUC-JP 瀾M 110111111101000101001101 dfd14d
UTF-8 瀾M 11100111100000001011111001001101 e780be4d
UHC 瀾M 110101011011001101001101 d5b34d

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