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 ?H 0011111101001000 3f48
SJIS-WIN 鰒H 111010011101011001001000 e9d648
EUC-JP 鰒H 111100101101100001001000 f2d848
UTF-8 鰒H 11101001101100001001001001001000 e9b09248
UHC 鰒H 110111001110000101001000 dce148

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