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 ?u 0011111101110101 3f75
SJIS-WIN 涌u 100101110100111101110101 974f75
EUC-JP 涌u 110011011011000001110101 cdb075
UTF-8 涌u 11100110101101101000110001110101 e6b68c75
UHC 涌u 111010011011111101110101 e9bf75

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