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 111001001001001001000010 e49242
EUC-JP 苒B 111001111111001001000010 e7f242
UTF-8 苒B 11101000100010111001001001000010 e88b9242
UHC 苒B 111001101111111001000010 e6fe42

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