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 ’@’H’D’G’@’H’D’G^ 1001001001000000100100100100100010010010010001001001001001000111100100100100000010010010010010001001001001000100100100100100011101011110 924092489244924792409248924492475e
SJIS-WIN ?@?H?D?G?@?H?D?G^ 0011111101000000001111110100100000111111010001000011111101000111001111110100000000111111010010000011111101000100001111110100011101011110 3f403f483f443f473f403f483f443f475e
EUC-JP ?@?H?D?G?@?H?D?G^ 0011111101000000001111110100100000111111010001000011111101000111001111110100000000111111010010000011111101000100001111110100011101011110 3f403f483f443f473f403f483f443f475e
UTF-8 ’@’H’D’G’@’H’D’G^ 11000010100100100100000011000010100100100100100011000010100100100100010011000010100100100100011111000010100100100100000011000010100100100100100011000010100100100100010011000010100100100100011101011110 c29240c29248c29244c29247c29240c29248c29244c292475e
UHC ?@?H?D?G?@?H?D?G^ 0011111101000000001111110100100000111111010001000011111101000111001111110100000000111111010010000011111101000100001111110100011101011110 3f403f483f443f473f403f483f443f475e

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