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 111001011011001001101111 e5b26f
EUC-JP 蟯o 111010101011010001101111 eab46f
UTF-8 蟯o 11101000100111111010111101101111 e89faf6f
UHC 蟯o 111010011010100001101111 e9a86f

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