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 111000111111110001110101 e3fc75
EUC-JP 腋u 111001101111111001110101 e6fe75
UTF-8 腋u 11101000100001011000101101110101 e8858b75
UHC 腋u 111001001111110101110101 e4fd75

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