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 ?^ 0011111101011110 3f5e
SJIS-WIN 淨^ 100111111100010001011110 9fc45e
EUC-JP 淨^ 110111101100011001011110 dec65e
UTF-8 淨^ 11100110101101111010100001011110 e6b7a85e
UHC 淨^ 111011111110010001011110 efe45e

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