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 ?B 0011111101000010 3f42
SJIS-WIN 嗽B 100110100111010101000010 9a7542
EUC-JP 嗽B 110100111101011001000010 d3d642
UTF-8 嗽B 11100101100101111011110101000010 e597bd42
UHC 嗽B 111000011111010101000010 e1f542

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