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 ’@’O’A’S’A‘´nB 1001001001000000100100100100111110010010010000011001001001010011100100100100000110010001101101000110111001000010 9240924f92419253924191b46e42
SJIS-WIN ?@?O?A?S?A?´nB 001111110100000000111111010011110011111101000001001111110101001100111111010000010011111110000001010011000110111001000010 3f403f4f3f413f533f413f814c6e42
EUC-JP ?@?O?A?S?A?´nB 001111110100000000111111010011110011111101000001001111110101001100111111010000010011111110100001101011010110111001000010 3f403f4f3f413f533f413fa1ad6e42
UTF-8 ’@’O’A’S’A‘´nB 110000101001001001000000110000101001001001001111110000101001001001000001110000101001001001010011110000101001001001000001110000101001000111000010101101000110111001000010 c29240c2924fc29241c29253c29241c291c2b46e42
UHC ?@?O?A?S?A?´nB 001111110100000000111111010011110011111101000001001111110101001100111111010000010011111110100010101001010110111001000010 3f403f4f3f413f533f413fa2a56e42

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