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 ?o 0011111101101111 3f6f
SJIS-WIN 鹽o 111010100110010001101111 ea646f
EUC-JP 鹽o 111100111100010101101111 f3c56f
UTF-8 鹽o 11101001101110011011110101101111 e9b9bd6f
UHC 鹽o 111001111010010001101111 e7a46f

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