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 100111110100000101000010 9f4142
EUC-JP 蘗B 110111011010001001000010 dda242
UTF-8 蘗B 11101000100110001001011101000010 e8989742
UHC 蘗B 110111001010001001000010 dca242

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