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 0011111101001111 3f4f
SJIS-WIN 蜈O 111001011000010101001111 e5854f
EUC-JP 蜈O 111010011110010101001111 e9e54f
UTF-8 蜈O 11101000100111001000100001001111 e89c884f
UHC 蜈O 111010001010010101001111 e8a54f

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