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 ?u 0011111101110101 3f75
SJIS-WIN 癬u 111000011001110101110101 e19d75
EUC-JP 癬u 111000011111110101110101 e1fd75
UTF-8 癬u 11100111100110011010110001110101 e799ac75
UHC 癬u 111000001100100001110101 e0c875

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