Convert Decimal to Base 3
Convert Decimal (dec) to Base 3 (base 3) instantly and accurately.
Selected Decimal (dec) - available characters: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
Conversion Formula
Step-by-step example using the value 42 (decimal):
Convert Decimal (base 10) → Base 3 (base 3)
Step 1: Input is already decimal - skip to Step 2.
Value: 42
Step 2: Divide 42 by 3 repeatedly (read remainders upward):
42 ÷ 3 = 14 r 0
14 ÷ 3 = 4 r 2
4 ÷ 3 = 1 r 1
1 ÷ 3 = 0 r 1
Read remainders upward: 1120
────────────────────────────
Result: 42 (dec) = 1120 (base 3)
About Decimal
Decimal (base 10) is the universal positional system using digits 0-9. Each position is a power of 10: 10⁰=1, 10¹=10, 10²=100. Attributed to human anatomy (ten fingers). The Hindu-Arabic system - including zero - was formalised by Brahmagupta (628 CE) and spread via al-Khwarizmi (c. 820 CE). SI and metric systems are base-10. IEEE 754-2008 added decimal64/128 formats for exact decimal arithmetic in financial applications. Conversion: decimal 42 is the reference value used throughout this converter.
About Base 3
Ternary (base 3) uses digits 0, 1, 2. Each position is a power of 3: 3⁰=1, 3¹=3, 3²=9, 3³=27. Balanced ternary (β’1, 0, +1) represents negatives without a sign and minimises rounding error. The Soviet Setun computer (1958) was the only practical balanced-ternary machine. Ternary underlies the Cantor set and Toom-Cook multiplication. Conversion: decimal 42 = 1×27+1×9+2×3+0 = 1120₃.
Quick Reference Table
| Decimal (dec) | Base 3 (base 3) |
|---|---|
| 1 | 1 |
| 2 | 2 |
| 5 | 12 |
| 8 | 22 |
| 10 | 101 |
| 15 | 120 |
| 16 | 121 |
| 42 | 1120 |
| 64 | 2101 |
| 100 | 10201 |
| 255 | 100110 |