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 111010001011001101101101 e8b36d
EUC-JP 雉m 111100001011010101101101 f0b56d
UTF-8 雉m 11101001100110111000100101101101 e99b896d
UHC 雉m 111101101100101101101101 f6cb6d

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