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 100110100101011001011001 9a5659
EUC-JP 啖Y 110100111011011101011001 d3b759
UTF-8 啖Y 11100101100101011001011001011001 e5959659
UHC 啖Y 110100111011101001011001 d3ba59

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