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 0011111101110110 3f76
SJIS-WIN 瞻v 111000011101101101110110 e1db76
EUC-JP 瞻v 111000101101110101110110 e2dd76
UTF-8 瞻v 11100111100111101011101101110110 e79ebb76
UHC 瞻v 111101001101011101110110 f4d776

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