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 ’G’V‘µ’F‘¦‘½^ 10010010010001111001001001010110100100011011010110010010010001101001000110100110100100011011110101011110 9247925691b5924691a691bd5e
SJIS-WIN ?G?V???F????^ 00111111010001110011111101010110001111110011111100111111010001100011111100111111001111110011111101011110 3f473f563f3f3f463f3f3f3f5e
EUC-JP ?G?V???F?¦??^ 001111110100011100111111010101100011111100111111001111110100011000111111100011111010001011000011001111110011111101011110 3f473f563f3f3f463f8fa2c33f3f5e
UTF-8 ’G’V‘µ’F‘¦‘½^ 11000010100100100100011111000010100100100101011011000010100100011100001010110101110000101001001001000110110000101001000111000010101001101100001010010001110000101011110101011110 c29247c29256c291c2b5c29246c291c2a6c291c2bd5e
UHC ?G?V???F???½^ 0011111101000111001111110101011000111111001111110011111101000110001111110011111100111111101010001111011001011110 3f473f563f3f3f463f3f3fa8f65e

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