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 ?Q 0011111101010001 3f51
SJIS-WIN 鱆Q 111010011110000101010001 e9e151
EUC-JP 鱆Q 111100101110001101010001 f2e351
UTF-8 鱆Q 11101001101100011000011001010001 e9b18651
UHC ?Q 0011111101010001 3f51

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