Our culture represents numbers with 10 symbols. That is arbitrary. Computers use two. You were writing a number in octal. Hexadecimal is often used to represent bytes. base64 is sometimes used to store data as printable text much more densely than if using only digits, but still not utilising the full range of a byte which is how much space a character usually takes.