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 100010111111000101001111 8bf14f
EUC-JP 虞O 101101101111001101001111 b6f34f
UTF-8 虞O 11101000100110011001111001001111 e8999e4f
UHC 虞O 111010011110010101001111 e9e54f

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