Encode Binary Digits Into Images

 

BInary Digits

 

The easiest way to memorize binary digits without going crazy is to convert them into your good old major system images. But to be able to do that, you will have to encode the binary digits into numbers first.  Every possible three digit combinations of binary digits are assigned a number from 0 – 7. There are 8 possible combinations.

Here’s how to encode binary digits into numbers

  • 000 – 0
  • 001 – 1
  • 010 – 2
  • 011 – 3
  • 100 – 4
  • 101 – 5
  • 110 – 6
  • 111 – 7 

Once you learn encoding these accurately, converting them into your major system is a piece of cake. Every six binary digits are encoded into a two digit number and then into your major system images.

  • 100 010 – 42 – Rain
  • 101 011 – 53 – Lime
  • 000 100 – 40 – Rose
  • 001 111 – 17 – Duck
  • 010 101 – 25  – Nail

Start by practicing the encoding process with three digits first and then six digits before you gradually move onto encoding them directly into images. Remember to focus on accuracy and do not worry about the speed. It will come with practice!

Happy Neurons!!

 

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *