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 111010010110010101000010 e96542
EUC-JP 馥B 111100011100011001000010 f1c642
UTF-8 馥B 11101001101001101010010101000010 e9a6a542
UHC 馥B 110111001110000001000010 dce042

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