Formulas Curriculum Calculators Flashcards Practice Quizzes Map Quiz Worksheets
πŸ“‘ You’re offline β€” all tools still work!

πŸ’» Binary & Hex

real-time base converter Β· 8-bit visualiser Β· ASCII table

click to copy
Decimal (Base 10)
β€”
digits: 0–9
click to copy
Binary (Base 2)
β€”
digits: 0–1 Β· prefix 0b
click to copy
Hexadecimal (Base 16)
β€”
digits: 0–9, A–F Β· prefix 0x
click to copy
Octal (Base 8)
β€”
digits: 0–7 Β· prefix 0o
8-bit visualiser (0–255) β€” click a bit to toggle
What is this?

Binary (base-2) and hexadecimal (base-16) are the number systems computers use internally. All data β€” text, images, and code β€” is ultimately stored as 1s and 0s.

Why does it matter?

Understanding binary and hex helps you read computer memory, write low-level code, decode color values in design (#FF5733), and understand how processors work at the hardware level.

Key terms
Bit β€” a single binary digit: 0 or 1; the smallest unit of data Byte β€” 8 bits; can represent 256 values (0 to 255) Base-2 (binary) β€” uses only digits 0 and 1; how computers store all data Base-16 (hex) β€” uses digits 0–9 and letters A–F; compact shorthand for binary ASCII β€” a standard mapping from numbers to characters (65 = 'A', 97 = 'a') Nibble β€” 4 bits; exactly one hexadecimal digit
🎯 Try this challenge

Convert the decimal number 65 into binary and hexadecimal using the converter. What ASCII character does 65 represent? Now try 97 β€” how is the result different?

Continue Learning
Logic Gates
SuperML AI Tutor
⏱ Study Timer
25:00 Focus