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 100010001010111101000010 88af42
EUC-JP 葦B 101100001011000101000010 b0b142
UTF-8 葦B 11101000100100011010011001000010 e891a642
UHC 葦B 111010101101100001000010 ead842

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