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‘²’@‘·^ 1001001001000001100100011011001010010010010000001001000110110111100100100100000110010001101100101001001001000000100100011011011101011110 924191b2924091b7924191b2924091b75e
SJIS-WIN ?A???@???A???@??^ 0011111101000001001111110011111100111111010000000011111100111111001111110100000100111111001111110011111101000000001111110011111101011110 3f413f3f3f403f3f3f413f3f3f403f3f5e
EUC-JP ?A???@???A???@??^ 0011111101000001001111110011111100111111010000000011111100111111001111110100000100111111001111110011111101000000001111110011111101011110 3f413f3f3f403f3f3f413f3f3f403f3f5e
UTF-8 ’A‘²’@‘·’A‘²’@‘·^ 1100001010010010010000011100001010010001110000101011001011000010100100100100000011000010100100011100001010110111110000101001001001000001110000101001000111000010101100101100001010010010010000001100001010010001110000101011011101011110 c29241c291c2b2c29240c291c2b7c29241c291c2b2c29240c291c2b75e
UHC ?A?²?@?·?A?²?@?·^ 001111110100000100111111101010011111011100111111010000000011111110100001101001000011111101000001001111111010100111110111001111110100000000111111101000011010010001011110 3f413fa9f73f403fa1a43f413fa9f73f403fa1a45e

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