# 7-bit ASCII, 15 bytes

Padded at the front:

 pá×
 T[G½=¹([

[pastebin](http://pastebin.com/cB8uS300)

Hexdump:

 0000000: 70c3 a1c3 97c2 870a 1c54 5b47 c29b c2bd p........T[G....
 0000010: 3dc2 b928 5b =..([

Padded at the end:

 áï8Ñn<ÝéíÉBØ

The language / format here is 7-bit ascii, where each group of 7 bits corresponds to an ASCII character. It is used in transferring SMS data. A decoder is located [here.](http://blog.sdhill.com/2010/02/unpacking-7-bit-ascii.html)

No widely accepted ruling exists on whether answers to fixed output questions which are not written in a programming language are allowed. See [this meta post](http://meta.codegolf.stackexchange.com/questions/3610/should-answers-to-fixed-output-challenges-be-written-in-a-programming-language) for more information. (I apologize, I misread that post earlier.)