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 111001111000110101101111 e78d6f
EUC-JP 迯o 111011011110110101101111 eded6f
UTF-8 迯o 11101000101111111010111101101111 e8bfaf6f
UHC ?o 0011111101101111 3f6f

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