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 111000011100101101110101 e1cb75
EUC-JP 睛u 111000101100110101110101 e2cd75
UTF-8 睛u 11100111100111011001101101110101 e79d9b75
UHC 睛u 111011111110110001110101 efec75

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