Idea: Binary Sigilization
I thought of this during a boring lecture today - I once saw an online ARG hide text by converting it into binary, converting the binary into black/white pixels, and then arranging those pixels into a square.
This resulting image encodes almost half a page of text.
It got me thinking about how it demonstrated the ability to convert letters into shapes using binary notation. Itās more or less a simplified version of how QR codes are generated, with less compression and more emphasis on the form the pixels take. So, I wanted to see what kind of shapes would result if you converted short words or phrases into visual binary in this way. For example,Ā āOV23ā³ in binary is:
We make an 8x4 grid and fill in every slot where a 1 is present, like so:
When we strip it down, we have a final shape:
Because the shapes are most visible at the level of individual letters, this would probably be best suited to short words and phrases. Hereās an example of a slightly longer one, my OV23 signature.
You could either keep space-separated parts together as a vertical string, like so, where the blank lines are the space between words:
Or separate them horizontally, like so, which makes the image harder to decode:
You can see how they start looking like snippets of QR codes. I think this has potential to be a simplistic and aesthetically pleasing way to sigilize small words or phrases in such a way that they can theoretically be decoded back into words, but donāt have the disadvantage of forming recognizable letters for your brain to instinctively read. Thoughts?Ā