The available symbols for counting in Octal are 0-7. Take a number then, using the table below divide the number starting from left to right by the number above the empty row. Then taking the whole numbers and placing them into the slot for the number that you divided by, then take that number and multiply it by the number you placed into the place holder and subtracting the result from the original number, thus giving you a new "original number". The number remaining is then divided by the next number to the right, repeating the steps above.
| Number: | 16 | 8 | 1 |
|---|---|---|---|
| 1 | 0 | 0 | 1 |
| 2 | 0 | 0 | 2 |
| 3 | 0 | 0 | 3 |
| 4 | 0 | 0 | 4 |
| 5 | 0 | 0 | 5 |
| 6 | 0 | 0 | 6 |
| 7 | 0 | 0 | 7 |
| 8 | 0 | 1 | 0 |
| 9 | 0 | 1 | 1 |
| 10 | 0 | 1 | 2 |