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âgn}ƒAâgn{^ 10000011010000011110001001100111011011100111110110000011010000011110001001100111011011100111101101011110 8341e2676e7d8341e2676e7b5e
SJIS-WIN ?A?gn}?A?gn{^ 00111111010000010011111101100111011011100111110100111111010000010011111101100111011011100111101101011110 3f413f676e7d3f413f676e7b5e
EUC-JP ?Aâgn}?Aâgn{^ 0011111101000001100011111010101110100100011001110110111001111101001111110100000110001111101010111010010001100111011011100111101101011110 3f418faba4676e7d3f418faba4676e7b5e
UTF-8 ƒAâgn}ƒAâgn{^ 1100001010000011010000011100001110100010011001110110111001111101110000101000001101000001110000111010001001100111011011100111101101011110 c28341c3a2676e7dc28341c3a2676e7b5e
UHC ?A?gn}?A?gn{^ 00111111010000010011111101100111011011100111110100111111010000010011111101100111011011100111101101011110 3f413f676e7d3f413f676e7b5e

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