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 100111111111100101001000 9ff948
EUC-JP 漱H 110111101111101101001000 defb48
UTF-8 漱H 11100110101111001011000101001000 e6bcb148
UHC 漱H 111000101010101101001000 e2ab48

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