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 0011111101101111 3f6f
EUC-JP ?o 0011111101101111 3f6f
UTF-8 쇳o 11101100100001111011001101101111 ec87b36f
UHC 쇳o 101111001110110101101111 bced6f

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