Introduction: A1Z26

About: I'm a full stack developer and I make useless robots in my free time
Beginner


A1Z26 is a simple code replacing the alphabet with numbers.


For more code visit my website besctcodes.weebly.com

Step 1: Write Out the Alphebet

Write out the Alphabet like this...


A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

Step 2: Make the Code

Under the alphabet you just wrote, write the number of the alphabet it is, like this...


A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z
1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 

Step 3: How to Decode and Encode

To decode something written in A1Z26 go to the number that it is at and then go to the 
letter directly above it. To encode do the opposite.