TechKnowSurge
CompTIA Tech+ 1.1
VideoComputeFree

Octal

The octal numbering system uses a base-8 structure, counting digits from 0 through 7 across positional columns of ones, eights, 64s, 512s, and beyond. This foundation connects directly to the logic behind binary and hexadecimal, the numbering systems most relevant to IT and cybersecurity work.

Complete this video to capture a CTF flag worth 1 point.

About this video

Octal is a base-8 numbering system, meaning it uses only the digits 0 through 7 before resetting and carrying over to the next positional column. Its column values follow powers of 8 — ones, eights, 64s, 512s, and beyond — the same structural pattern used in decimal, binary, and hexadecimal, just with a different base. When the digit in any column reaches its maximum value of 7, that column resets to 0 and increments the next column to the left, identical in principle to how decimal resets at 9 or binary resets at 1. Converting an octal number to its decimal equivalent is straightforward: multiply each digit by the value of its positional column and add the results together. For example, the octal number 26,43 breaks down as 2 times 512, plus 6 times 64, plus 4 times 8, plus 3 times 1, which sums to 1,443 in decimal. While this type of manual conversion is rarely required in day-to-day technical work, understanding the mechanics reinforces how octal, binary, and hexadecimal all share the same foundational logic — differing only in their base values of 8, 2, and 16 respectively.

What you'll learn

What's covered

Octal Numbering System

Aligned to

CompTIA Tech+
1.1 Compare and contrast notational systems.

Key terms

Octal
A base-8 number system using digits 0 through 7, where each digit represents exactly three binary bits; commonly used in Unix and Linux file permission notation because a three-bit permission group (read, write, execute) maps cleanly to a single octal digit.
Base
The number of unique digits used in a positional numbering system, which also determines the value of each place position.
Positional Place Value
The value of a digit determined by its position within a number, where each position represents a power of the number system's base.
Binary
The base-2 number system that uses only the digits 0 and 1; the native language of digital computers, which store and process data as electrical on/off states.
Hexadecimal
Hex
A base-16 number system using digits 0–9 and letters A–F; each hex digit maps to exactly 4 bits, making it a compact shorthand for representing binary data.

About TechKnowSurge

TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.

Explore free tools and programs →