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 100100001010100001011001 90a859
EUC-JP 勢Y 110000001010101001011001 c0aa59
UTF-8 勢Y 11100101100010111010001001011001 e58ba259
UHC 勢Y 111000011010011101011001 e1a759

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