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’W’C‘¥’K’W’C‘¥^ 1001001001001011100100100101011110010010010000111001000110100101100100100100101110010010010101111001001001000011100100011010010101011110 924b9257924391a5924b9257924391a55e
SJIS-WIN ?K?W?C?¥?K?W?C?¥^ 00111111010010110011111101010111001111110100001100111111100000011000111100111111010010110011111101010111001111110100001100111111100000011000111101011110 3f4b3f573f433f818f3f4b3f573f433f818f5e
EUC-JP ?K?W?C???K?W?C??^ 0011111101001011001111110101011100111111010000110011111100111111001111110100101100111111010101110011111101000011001111110011111101011110 3f4b3f573f433f3f3f4b3f573f433f3f5e
UTF-8 ’K’W’C‘¥’K’W’C‘¥^ 110000101001001001001011110000101001001001010111110000101001001001000011110000101001000111000010101001011100001010010010010010111100001010010010010101111100001010010010010000111100001010010001110000101010010101011110 c2924bc29257c29243c291c2a5c2924bc29257c29243c291c2a55e
UHC ?K?W?C???K?W?C??^ 0011111101001011001111110101011100111111010000110011111100111111001111110100101100111111010101110011111101000011001111110011111101011110 3f4b3f573f433f3f3f4b3f573f433f3f5e

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