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‘¹‘©’K‘¹‘©^ 10010010010010111001000110111001100100011010100110010010010010111001000110111001100100011010100101011110 924b91b991a9924b91b991a95e
SJIS-WIN ?K?????K????^ 00111111010010110011111100111111001111110011111100111111010010110011111100111111001111110011111101011110 3f4b3f3f3f3f3f4b3f3f3f3f5e
EUC-JP ?K???©?K???©^ 0011111101001011001111110011111100111111100011111010001011101101001111110100101100111111001111110011111110001111101000101110110101011110 3f4b3f3f3f8fa2ed3f4b3f3f3f8fa2ed5e
UTF-8 ’K‘¹‘©’K‘¹‘©^ 1100001010010010010010111100001010010001110000101011100111000010100100011100001010101001110000101001001001001011110000101001000111000010101110011100001010010001110000101010100101011110 c2924bc291c2b9c291c2a9c2924bc291c2b9c291c2a95e
UHC ?K?¹???K?¹??^ 001111110100101100111111101010011111011000111111001111110011111101001011001111111010100111110110001111110011111101011110 3f4b3fa9f63f3f3f4b3fa9f63f3f5e

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