Image from PBS Kids for Parents.

Binary Bracelets

Using the binary code, you can show off your name on a really cool bracelet, keychain, or necklace.

  • Advanced
  • Not Messy
  • 45 Minutes
  • Indoor

You Will Need

  • 3 different colors of beads (one color represents 0, one color represents 1, and one color is used as a spacer)

  • String

  • ASCII Binary Alphabet

A1000001B1000010C1000011D1000100E1000101
F1000110G1000111H1001000I1001001J1001010
K1001011L1001100M1001101N1001110O1001111
P1010000Q1010001R1010010S1010011T1010100
U1010101V1010110W1010111X1011000Y1011001
Z1011010

Directions

  1. Assign a bead color to represent 1, 0, and spaces.
  2. For each letter of their name, have your child string one of the beads. For example, if the first letter of your child’s name is “S” and you have chosen a purple bead for 1, a blue bead for 0, and a black bead for the space, your child would string the following onto their string: Purple bead, blue bead, purple bead, two blue beads, two purple beads

How it works

ASCII is a simple programming language used in basic computer programming. This activity gets children to think about computer languages, but it also helps them practice other skills such as making patterns, fine motor skills, and replication.

Key Words

ASCII
ASCII (pronounced a-skee) is a table of characters for computers. It is binary code used by electronic equipment to handle text using the English alphabet, numbers, and other common symbols. ASCII is an abbreviation for American Standard Code for Information Interchange.
Binary
The binary number system is a base-2 number system. This means it only has two numbers: 0 and 1. The number system that we normally use is the decimal number system, which is base 10.