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 ?Y 0011111101011001 3f59
SJIS-WIN 嶝Y 100110111101000101011001 9bd159
EUC-JP 嶝Y 110101101101001101011001 d6d359
UTF-8 嶝Y 11100101101101101001110101011001 e5b69d59
UHC 嶝Y 110101001111000101011001 d4f159

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