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’]‘¢’H‘·‘½N 10010010010001111001001001011101100100011010001010010010010010001001000110110111100100011011110101001110 9247925d91a2924891b791bd4e
SJIS-WIN ?G?]?¢?H????N 0011111101000111001111110101110100111111100000011001000100111111010010000011111100111111001111110011111101001110 3f473f5d3f81913f483f3f3f3f4e
EUC-JP ?G?]?¢?H????N 0011111101000111001111110101110100111111101000011111000100111111010010000011111100111111001111110011111101001110 3f473f5d3fa1f13f483f3f3f3f4e
UTF-8 ’G’]‘¢’H‘·‘½N 11000010100100100100011111000010100100100101110111000010100100011100001010100010110000101001001001001000110000101001000111000010101101111100001010010001110000101011110101001110 c29247c2925dc291c2a2c29248c291c2b7c291c2bd4e
UHC ?G?]???H?·?½N 001111110100011100111111010111010011111100111111001111110100100000111111101000011010010000111111101010001111011001001110 3f473f5d3f3f3f483fa1a43fa8f64e

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