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 100100101100001001001111 92c24f
EUC-JP 陳O 110001001100010001001111 c4c44f
UTF-8 陳O 11101001100110011011001101001111 e999b34f
UHC 陳O 111100101110011101001111 f2e74f

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