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 100010011000110001101111 898c6f
EUC-JP 煙o 101100011110110001101111 b1ec6f
UTF-8 煙o 11100111100001011001100101101111 e785996f
UHC 煙o 111001101101010101101111 e6d56f

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