Skip to main content

Octal Series Decoder/Encoder

By Bojuka76

  • OgTheEnigma
    OgTheEnigma left some feedback
    Good effort, although it looks like you're mapping binary numbers to decimal digits? It's more efficient to work directly in base 2.
    Eg.
    00 = 0
    01 = 1
    10 = 2
    11 = 3
    100 = 4
    101 = 5
    etc.

Oh dear! Your browser is either unsupported or there has been a problem loading the page.