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 ?| 0011111101111100 3f7c
SJIS-WIN 涌| 100101110100111101111100 974f7c
EUC-JP 涌| 110011011011000001111100 cdb07c
UTF-8 涌| 11100110101101101000110001111100 e6b68c7c
UHC 涌| 111010011011111101111100 e9bf7c

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