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 100110000110001001000010 986242
EUC-JP 話B 110011111100001101000010 cfc342
UTF-8 話B 11101000101010011011000101000010 e8a9b142
UHC 話B 111111001010010101000010 fca542

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