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 111001010110110101101111 e56d6f
EUC-JP 蚓o 111010011100111001101111 e9ce6f
UTF-8 蚓o 11101000100110101001001101101111 e89a936f
UHC 蚓o 111011001110001001101111 ece26f

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