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 ?^ 0011111101011110 3f5e
SJIS-WIN Щ^ 100001000101101001011110 845a5e
EUC-JP Щ^ 101001111011101101011110 a7bb5e
UTF-8 Щ^ 110100001010100101011110 d0a95e
UHC Щ^ 101011001011101101011110 acbb5e

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