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 100110100101100001010011 9a5853
EUC-JP 唸S 110100111011100101010011 d3b953
UTF-8 唸S 11100101100101001011100001010011 e594b853
UHC ?S 0011111101010011 3f53

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