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 ?` 0011111101100000 3f60
SJIS-WIN 棚` 100100100100100101100000 924960
EUC-JP 棚` 110000111010101001100000 c3aa60
UTF-8 棚` 11100110101000111001101001100000 e6a39a60
UHC 棚` 110111011101110001100000 dddc60

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