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 100100100100000101001111 92414f
EUC-JP 但O 110000111010001001001111 c3a24f
UTF-8 但O 11100100101111011000011001001111 e4bd864f
UHC 但O 110100111010001101001111 d3a34f

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