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 ’@’S’@’T’@’S’@’T^ 1001001001000000100100100101001110010010010000001001001001010100100100100100000010010010010100111001001001000000100100100101010001011110 924092539240925492409253924092545e
SJIS-WIN ?@?S?@?T?@?S?@?T^ 0011111101000000001111110101001100111111010000000011111101010100001111110100000000111111010100110011111101000000001111110101010001011110 3f403f533f403f543f403f533f403f545e
EUC-JP ?@?S?@?T?@?S?@?T^ 0011111101000000001111110101001100111111010000000011111101010100001111110100000000111111010100110011111101000000001111110101010001011110 3f403f533f403f543f403f533f403f545e
UTF-8 ’@’S’@’T’@’S’@’T^ 11000010100100100100000011000010100100100101001111000010100100100100000011000010100100100101010011000010100100100100000011000010100100100101001111000010100100100100000011000010100100100101010001011110 c29240c29253c29240c29254c29240c29253c29240c292545e
UHC ?@?S?@?T?@?S?@?T^ 0011111101000000001111110101001100111111010000000011111101010100001111110100000000111111010100110011111101000000001111110101010001011110 3f403f533f403f543f403f533f403f545e

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