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 ’Q’B’V‘¡’O’LO^ 1001001001010001100100100100001010010010010101101001000110100001100100100100111110010010010011000100111101011110 92519242925691a1924f924c4f5e
SJIS-WIN ?Q?B?V???O?LO^ 0011111101010001001111110100001000111111010101100011111100111111001111110100111100111111010011000100111101011110 3f513f423f563f3f3f4f3f4c4f5e
EUC-JP ?Q?B?V?¡?O?LO^ 00111111010100010011111101000010001111110101011000111111100011111010001011000010001111110100111100111111010011000100111101011110 3f513f423f563f8fa2c23f4f3f4c4f5e
UTF-8 ’Q’B’V‘¡’O’LO^ 110000101001001001010001110000101001001001000010110000101001001001010110110000101001000111000010101000011100001010010010010011111100001010010010010011000100111101011110 c29251c29242c29256c291c2a1c2924fc2924c4f5e
UHC ?Q?B?V?¡?O?LO^ 001111110101000100111111010000100011111101010110001111111010001010101110001111110100111100111111010011000100111101011110 3f513f423f563fa2ae3f4f3f4c4f5e

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