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 ? 00111111 3f
SJIS-WIN Ь 1000010001011101 845d
EUC-JP Ь 1010011110111110 a7be
UTF-8 Ь 1101000010101100 d0ac
UHC Ь 1010110010111110 acbe

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