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 ?K 0011111101001011 3f4b
SJIS-WIN 諷K 111001101000010101001011 e6854b
EUC-JP 諷K 111010111110010101001011 ebe54b
UTF-8 諷K 11101000101010111011011101001011 e8abb74b
UHC 諷K 111110011010010001001011 f9a44b

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