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 ’A’U’T’M’A’U’T’M^ 1001001001000001100100100101010110010010010101001001001001001101100100100100000110010010010101011001001001010100100100100100110101011110 924192559254924d924192559254924d5e
SJIS-WIN ?A?U?T?M?A?U?T?M^ 0011111101000001001111110101010100111111010101000011111101001101001111110100000100111111010101010011111101010100001111110100110101011110 3f413f553f543f4d3f413f553f543f4d5e
EUC-JP ?A?U?T?M?A?U?T?M^ 0011111101000001001111110101010100111111010101000011111101001101001111110100000100111111010101010011111101010100001111110100110101011110 3f413f553f543f4d3f413f553f543f4d5e
UTF-8 ’A’U’T’M’A’U’T’M^ 11000010100100100100000111000010100100100101010111000010100100100101010011000010100100100100110111000010100100100100000111000010100100100101010111000010100100100101010011000010100100100100110101011110 c29241c29255c29254c2924dc29241c29255c29254c2924d5e
UHC ?A?U?T?M?A?U?T?M^ 0011111101000001001111110101010100111111010101000011111101001101001111110100000100111111010101010011111101010100001111110100110101011110 3f413f553f543f4d3f413f553f543f4d5e

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