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 ?w 0011111101110111 3f77
SJIS-WIN 慊w 100111001100001001110111 9cc277
EUC-JP 慊w 110110001100010001110111 d8c477
UTF-8 慊w 11100110100001011000101001110111 e6858a77
UHC 慊w 110011001100001101110111 ccc377

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