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‘²’@Ÿ•’A‘²’@Ÿ•^ 1001001001000001100100011011001010010010010000001001111110010101100100100100000110010001101100101001001001000000100111111001010101011110 924191b292409f95924191b292409f955e
SJIS-WIN ?A???@???A???@??^ 0011111101000001001111110011111100111111010000000011111100111111001111110100000100111111001111110011111101000000001111110011111101011110 3f413f3f3f403f3f3f413f3f3f403f3f5e
EUC-JP ?A???@???A???@??^ 0011111101000001001111110011111100111111010000000011111100111111001111110100000100111111001111110011111101000000001111110011111101011110 3f413f3f3f403f3f3f413f3f3f403f3f5e
UTF-8 ’A‘²’@Ÿ•’A‘²’@Ÿ•^ 1100001010010010010000011100001010010001110000101011001011000010100100100100000011000010100111111100001010010101110000101001001001000001110000101001000111000010101100101100001010010010010000001100001010011111110000101001010101011110 c29241c291c2b2c29240c29fc295c29241c291c2b2c29240c29fc2955e
UHC ?A?²?@???A?²?@??^ 00111111010000010011111110101001111101110011111101000000001111110011111100111111010000010011111110101001111101110011111101000000001111110011111101011110 3f413fa9f73f403f3f3f413fa9f73f403f3f5e

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