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 ?] 0011111101011101 3f5d
SJIS-WIN 烽] 111000001000001001011101 e0825d
EUC-JP 烽] 110111111110001001011101 dfe25d
UTF-8 烽] 11100111100000111011110101011101 e783bd5d
UHC 烽] 110111001110101101011101 dceb5d

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