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 ?x 0011111101111000 3f78
SJIS-WIN 線x 100100001111110001111000 90fc78
EUC-JP 線x 110000001111111001111000 c0fe78
UTF-8 線x 11100111101101111001101001111000 e7b79a78
UHC 線x 111000001100101001111000 e0ca78

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