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 Ь 1101000010101100 d0ac
SJIS-WIN ?¬ 001111111000000111001010 3f81ca
EUC-JP 001111111010001011001100 3fa2cc
UTF-8 Ь 11000011100100001100001010101100 c390c2ac
UHC Ð? 101010001010001000111111 a8a23f

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