Is this too big for ISR ?

You are getting close to the maximum. How about not sending the spaces? Even then you will be pushing it to condense your data into 11 bytes.

A more reasonable approach might be to do some calculations and send an average every second, or a delta (eg. rather than the temperature, the change in temperature).