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 100111010111001001101111 9d726f
EUC-JP 搜o 110110011101001101101111 d9d36f
UTF-8 搜o 11100110100100001001110001101111 e6909c6f
UHC 搜o 111000101010010001101111 e2a46f

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