Skip to main content
5 of 9
deleted 41 characters in body
izzyg
  • 42.3k
  • 5
  • 79
  • 216

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.

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 for more information. (I apologize, I misread that post earlier.)

izzyg
  • 42.3k
  • 5
  • 79
  • 216