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 111010001000111101000010 e88f42
EUC-JP 闖B 111011111110111101000010 efef42
UTF-8 闖B 11101001100101111001011001000010 e9979642
UHC 闖B 111101111110011001000010 f7e642

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