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 ?d 0011111101100100 3f64
SJIS-WIN 棚d 100100100100100101100100 924964
EUC-JP 棚d 110000111010101001100100 c3aa64
UTF-8 棚d 11100110101000111001101001100100 e6a39a64
UHC 棚d 110111011101110001100100 dddc64

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