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’Z‘¢’H‘±’A^ 10010010010010111001001001011010100100011010001010010010010010001001000110110001100100100100000101011110 924b925a91a2924891b192415e
SJIS-WIN ?K?Z?¢?H?±?A^ 001111110100101100111111010110100011111110000001100100010011111101001000001111111000000101111101001111110100000101011110 3f4b3f5a3f81913f483f817d3f415e
EUC-JP ?K?Z?¢?H?±?A^ 001111110100101100111111010110100011111110100001111100010011111101001000001111111010000111011110001111110100000101011110 3f4b3f5a3fa1f13f483fa1de3f415e
UTF-8 ’K’Z‘¢’H‘±’A^ 110000101001001001001011110000101001001001011010110000101001000111000010101000101100001010010010010010001100001010010001110000101011000111000010100100100100000101011110 c2924bc2925ac291c2a2c29248c291c2b1c292415e
UHC ?K?Z???H?±?A^ 0011111101001011001111110101101000111111001111110011111101001000001111111010000110111110001111110100000101011110 3f4b3f5a3f3f3f483fa1be3f415e

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