This project displays ASCII-encoded letters with a system based on their binary values. Enter your text at the start, and it will display it with the strange system. Feel free to use this in your projects! It would probably work well for some futuristic aliens, considering its rigid binary style...
I was inspired by @iceysun's binary writer to make a project that displays letters based on their ASCII values, so I made this thing which displays based on the binary encodings of the letters. Each symbol has 7 parts, which each correspond to a digit of the binary encoding. The actual ASCII encodings are used in this project. Non-ASCII characters will not be rendered. Thanks to https://en.wikipedia.org/wiki/ASCII for the ordering and to https://www.rapidtables.com/convert/number/decimal-to-binary.html for the decimal-binary conversion. This was made in a single day; I saw the project and thought "that would be cool to do some stuff on". This took about 1.5 hours to make. None of the code in @iceysun's project is in this, though. The text in the thumbnail reads: This is a binary lettering system.