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 100110100110111001101111 9a6e6f
EUC-JP 嗜o 110100111100111101101111 d3cf6f
UTF-8 嗜o 11100101100101111001110001101111 e5979c6f
UHC 嗜o 110100001110111001101111 d0ee6f

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