# 7-bit ASCII, 15 bytes
Updated: I did not realize that padding should occur at the end.
Correct version, padded at end:
hexdump (xxd):
0000000: e1c3 af0e 1438 a8b6 8f37 7a7b 7250 b6 .....8...7z{rP.
Printouts (not sure which is correct):
�ï8��z{rP�
áï8¨¶7z{rP¶
Old version, incorrectly padded at the front:
pá×
T[G½=¹([
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](https://codegolf.meta.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.)