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 ?S 0011111101010011 3f53
SJIS-WIN 哭S 100110100100110001010011 9a4c53
EUC-JP 哭S 110100111010110101010011 d3ad53
UTF-8 哭S 11100101100100111010110101010011 e593ad53
UHC 哭S 110011011101011001010011 cdd653

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