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 ?V 0011111101010110 3f56
SJIS-WIN 嗽V 100110100111010101010110 9a7556
EUC-JP 嗽V 110100111101011001010110 d3d656
UTF-8 嗽V 11100101100101111011110101010110 e597bd56
UHC 嗽V 111000011111010101010110 e1f556

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