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 ?u 0011111101110101 3f75
SJIS-WIN 晏u 100111011110010101110101 9de575
EUC-JP 晏u 110110101110011101110101 dae775
UTF-8 晏u 11100110100110011000111101110101 e6998f75
UHC 晏u 111001001100111101110101 e4cf75

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