Convert Decimal to Base 5
Convert Decimal (dec) to Base 5 (base 5) 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 5 (base 5)
Step 1: Input is already decimal - skip to Step 2.
Value: 42
Step 2: Divide 42 by 5 repeatedly (read remainders upward):
42 ÷ 5 = 8 r 2
8 ÷ 5 = 1 r 3
1 ÷ 5 = 0 r 1
Read remainders upward: 132
────────────────────────────
Result: 42 (dec) = 132 (base 5)
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 5
Quinary (base 5) uses digits 0-4. Each position is a power of 5: 5⁰=1, 5¹=5, 5²=25. One of the most historically widespread alternative bases, reflecting one-hand finger counting - Proto-Indo-European *penkwe = 'five/fist'. Tally marks group strokes in fives. Babylonian sexagesimal (base 60) used a 5×12 sub-structure. Fibonacci numbers mod 5 have Pisano period 20. Conversion: decimal 42 = 1×25+3×5+2 = 132₅.
Quick Reference Table
| Decimal (dec) | Base 5 (base 5) |
|---|---|
| 1 | 1 |
| 2 | 2 |
| 5 | 10 |
| 8 | 13 |
| 10 | 20 |
| 15 | 30 |
| 16 | 31 |
| 42 | 132 |
| 64 | 224 |
| 100 | 400 |
| 255 | 2010 |