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 100101101111010001011001 96f459
EUC-JP 躍Y 110011001111011001011001 ccf659
UTF-8 躍Y 11101000101110101000110101011001 e8ba8d59
UHC 躍Y 111001011011100001011001 e5b859

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