💻✨ Make Your Own Binary Bracelet!
- STEM Herizons

- Jun 7, 2025
- 2 min read
Updated: Jun 17, 2025
🧵 What You’ll Need:
String or yarn
2 colors of beads (one for 1, one for 0)
A piece of paper + pencil
A binary alphabet chart (we’ll show you A–Z in binary!)
Age Group: 3rd-5th Grade
đź§¶ Step-by-Step:
Pick a word or name (like “MIA”)
Look up the binary code for each letter
M = 01001101
I = 01001001
A = 01000001
Choose one bead color for 1s and another for 0s
Thread the beads in order of the binary code onto your string
Tie the ends and wear your secret message!
Read about Binary Code below and test what you learned on this form!
That’s it! You’ve just made your first piece of coded jewelry. Who knew coding could be this stylish? 💖
Feel free to make other things or use a nickname, phrase, or letter if your name is too long!
Some things you can try making are: keychains, rings, or necklaces
🔢 How It Works: Understanding Binary
Computers don’t read letters or words the way we do—they understand everything as binary code, which is made up of only two numbers: 0 and 1. This is called the binary number system, and it’s the language of computers!
Each letter, number, or symbol you see on a screen is actually stored as a pattern of 0s and 1s. These patterns follow something called the ASCII code (American Standard Code for Information Interchange). In ASCII, every letter has its own 8-digit binary code—this is called a byte.
For example:
AÂ = 01000001
BÂ = 01000010
CÂ = 01000011
That means if you want to write the word "HI", you’d first look up:
HÂ = 01001000
IÂ = 01001001
So your bead pattern would be:
0 1 0 0 1 0 0 0 (H)
0 1 0 0 1 0 0 1 (I)
You'd then use two different bead colors—maybe white for 0 and black for 1—to represent the code in a way you can see and wear!




Comments