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‘²‘©^ 10010010010001111001000110111001100100011011011010010010010010001001000110110010100100011010100101011110 924791b991b6924891b291a95e
SJIS-WIN ?G???¶?H????^ 0011111101000111001111110011111100111111100000011111011100111111010010000011111100111111001111110011111101011110 3f473f3f3f81f73f483f3f3f3f5e
EUC-JP ?G???¶?H???©^ 00111111010001110011111100111111001111111010001011111001001111110100100000111111001111110011111110001111101000101110110101011110 3f473f3f3fa2f93f483f3f3f8fa2ed5e
UTF-8 ’G‘¹‘¶’H‘²‘©^ 1100001010010010010001111100001010010001110000101011100111000010100100011100001010110110110000101001001001001000110000101001000111000010101100101100001010010001110000101010100101011110 c29247c291c2b9c291c2b6c29248c291c2b2c291c2a95e
UHC ?G?¹?¶?H?²??^ 00111111010001110011111110101001111101100011111110100010110100100011111101001000001111111010100111110111001111110011111101011110 3f473fa9f63fa2d23f483fa9f73f3f5e

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