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 111001010110101001001000 e56a48
EUC-JP 號H 111010011100101101001000 e9cb48
UTF-8 號H 11101000100110011001111101001000 e8999f48
UHC 號H 111110111101110001001000 fbdc48

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