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 100010111101110001110101 8bdc75
EUC-JP 衿u 101101101101111001110101 b6de75
UTF-8 衿u 11101000101000011011111101110101 e8a1bf75
UHC 衿u 110100001101101101110101 d0db75

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