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 100010101111101001011001 8afa59
EUC-JP 期Y 101101001111110001011001 b4fc59
UTF-8 期Y 11100110100111001001111101011001 e69c9f59
UHC 期Y 110100011010001001011001 d1a259

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