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 ?_ 0011111101011111 3f5f
SJIS-WIN 棚_ 100100100100100101011111 92495f
EUC-JP 棚_ 110000111010101001011111 c3aa5f
UTF-8 棚_ 11100110101000111001101001011111 e6a39a5f
UHC 棚_ 110111011101110001011111 dddc5f

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