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 淋^ 100101111101001001011110 97d25e
EUC-JP 淋^ 110011101101010001011110 ced45e
UTF-8 淋^ 11100110101101111000101101011110 e6b78b5e
UHC 淋^ 110101111111101001011110 d7fa5e

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