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 100110000101010001011001 985459
EUC-JP 狼Y 110011111011010101011001 cfb559
UTF-8 狼Y 11100111100010111011110001011001 e78bbc59
UHC 狼Y 110101011100100101011001 d5c959

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