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 100100010110110001000010 916c42
EUC-JP 鼠B 110000011100110101000010 c1cd42
UTF-8 鼠B 11101001101111001010000001000010 e9bca042
UHC 鼠B 111000001010100101000010 e0a942

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