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 111001001100111101110101 e4cf75
EUC-JP 蔆u 111010001101000101110101 e8d175
UTF-8 蔆u 11101000100101001000011001110101 e8948675
UHC ?u 0011111101110101 3f75

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