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 100010011000110101000010 898d42
EUC-JP 燕B 101100011110110101000010 b1ed42
UTF-8 燕B 11100111100001111001010101000010 e7879542
UHC 燕B 111001101101100001000010 e6d842

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