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’N’@’@’O’N^ 1001001001000000100100100100000010010010010011111001001001001110100100100100000010010010010000001001001001001111100100100100111001011110 92409240924f924e92409240924f924e5e
SJIS-WIN ?@?@?O?N?@?@?O?N^ 0011111101000000001111110100000000111111010011110011111101001110001111110100000000111111010000000011111101001111001111110100111001011110 3f403f403f4f3f4e3f403f403f4f3f4e5e
EUC-JP ?@?@?O?N?@?@?O?N^ 0011111101000000001111110100000000111111010011110011111101001110001111110100000000111111010000000011111101001111001111110100111001011110 3f403f403f4f3f4e3f403f403f4f3f4e5e
UTF-8 ’@’@’O’N’@’@’O’N^ 11000010100100100100000011000010100100100100000011000010100100100100111111000010100100100100111011000010100100100100000011000010100100100100000011000010100100100100111111000010100100100100111001011110 c29240c29240c2924fc2924ec29240c29240c2924fc2924e5e
UHC ?@?@?O?N?@?@?O?N^ 0011111101000000001111110100000000111111010011110011111101001110001111110100000000111111010000000011111101001111001111110100111001011110 3f403f403f4f3f4e3f403f403f4f3f4e5e

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