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 ?F 0011111101000110 3f46
SJIS-WIN 脈F 100101101010110001000110 96ac46
EUC-JP 脈F 110011001010111001000110 ccae46
UTF-8 脈F 11101000100001001000100001000110 e8848846
UHC 脈F 110110001110011001000110 d8e646

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