EASA Part-66 · Module 5 — 5.1 Number Systems · B1/B2

Number-System Converter

Objective: convert a value between binary, decimal, hexadecimal, octal and BCD, and explain binary place value.

8-bit value — tap bits to toggle

Same value, different bases

Decimal0
Binary0000 0000
Hexadecimal0x00
Octal000
BCD0000
Place sum0

A number is just a quantity; binary, octal, decimal, hex and BCD are different ways of writing the same quantity. Each binary digit (bit) carries a place value — 128, 64, 32… down to 1. Hex packs four bits into one digit, octal packs three, and BCD encodes each decimal digit separately in four bits.