I was thinking of making a small 2 hour project where you could encode strings into small images that would be made up of 1x5 "tiles", representing 5 bits/32 unique characters,
00000 would be a space obviously
00001-11011 would be the characters of the alphabet
11110-11111 would be 5 extra special characters, the ones i have in mind are ",", "-", (apostrophe), "?", and "."
I'd have the decoder two commas into a colon, a comma and a period to a semicolon, a comma and a hypen to a to an exclamation mark, and two hypens into parenthesis.