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 ?H 0011111101001000 3f48
SJIS-WIN 筏H 100101001011001101001000 94b348
EUC-JP 筏H 110010001011010101001000 c8b548
UTF-8 筏H 11100111101011011000111101001000 e7ad8f48
UHC 筏H 110110111110101001001000 dbea48

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