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 ?w 0011111101110111 3f77
SJIS-WIN 虧w 111001010110101101110111 e56b77
EUC-JP 虧w 111010011100110001110111 e9cc77
UTF-8 虧w 11101000100110011010011101110111 e899a777
UHC 虧w 111111011101000001110111 fdd077

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