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’U‘¦B’K’U‘¦B^ 100100100100101110010010010101011001000110100110010000101001001001001011100100100101010110010001101001100100001001011110 924b925591a642924b925591a6425e
SJIS-WIN ?K?U??B?K?U??B^ 001111110100101100111111010101010011111100111111010000100011111101001011001111110101010100111111001111110100001001011110 3f4b3f553f3f423f4b3f553f3f425e
EUC-JP ?K?U?¦B?K?U?¦B^ 00111111010010110011111101010101001111111000111110100010110000110100001000111111010010110011111101010101001111111000111110100010110000110100001001011110 3f4b3f553f8fa2c3423f4b3f553f8fa2c3425e
UTF-8 ’K’U‘¦B’K’U‘¦B^ 1100001010010010010010111100001010010010010101011100001010010001110000101010011001000010110000101001001001001011110000101001001001010101110000101001000111000010101001100100001001011110 c2924bc29255c291c2a642c2924bc29255c291c2a6425e
UHC ?K?U??B?K?U??B^ 001111110100101100111111010101010011111100111111010000100011111101001011001111110101010100111111001111110100001001011110 3f4b3f553f3f423f4b3f553f3f425e

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