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 ’IS’Aq\}’IS’Aq\{^ 1001001001001001010100111001001001000001011100010101110001111101100100100100100101010011100100100100000101110001010111000111101101011110 9249539241715c7d9249539241715c7b5e
SJIS-WIN ?IS?Aq\}?IS?Aq\{^ 0011111101001001010100110011111101000001011100010101110001111101001111110100100101010011001111110100000101110001010111000111101101011110 3f49533f41715c7d3f49533f41715c7b5e
EUC-JP ?IS?Aq\}?IS?Aq\{^ 0011111101001001010100110011111101000001011100010101110001111101001111110100100101010011001111110100000101110001010111000111101101011110 3f49533f41715c7d3f49533f41715c7b5e
UTF-8 ’IS’Aq\}’IS’Aq\{^ 110000101001001001001001010100111100001010010010010000010111000101011100011111011100001010010010010010010101001111000010100100100100000101110001010111000111101101011110 c2924953c29241715c7dc2924953c29241715c7b5e
UHC ?IS?Aq\}?IS?Aq\{^ 0011111101001001010100110011111101000001011100010101110001111101001111110100100101010011001111110100000101110001010111000111101101011110 3f49533f41715c7d3f49533f41715c7b5e

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