Duotrigesimal to Vigesimal Converter

Convert Duotrigesimal (Base 32) to Vigesimal (Base 20) with step-by-step solution.

Valid digits: 0123456789ABCDEFGHIJKLMNOPQRSTUV
255 (Base 32) = 5AD (Base 20)
Step-by-Step Solution
1Convert Duotrigesimal to Decimal:

Each digit × 32^position:

DigitValuePositionCalculationResult
2222 × 32^22,048
5515 × 32^1160
5505 × 32^05
Sum: 2,048 + 160 + 5 = 2213
2Convert Decimal to Vigesimal:

Divide by 20, collect remainders:

StepDividend÷ 20QuotientRemainderDigit
12213÷ 2011013D
2110÷ 20510A
35÷ 20055
Read bottom to top: 5AD
3Result:
255 (Base 32) = 5AD (Base 20)

Conversion Table

DecimalDuotrigesimalVigesimal
000
111
222
333
444
555
666
777
888
999
10AA
15FF
16GG
20K10
32101C

255 (Base 32) in All Bases

Number SystemBaseValue
Binary2100010100101
Octal84245
Decimal102213
Hexadecimal168A5
Ternary310000222
Quaternary4202211
Quinary532323
Senary614125
Septenary76311
Duodecimal121345
Vigesimal205AD
Hexatrigesimal361PH

Popular Conversions

How to Convert Duotrigesimal to Vigesimal

To convert from Duotrigesimal (base 32) to Vigesimal (base 20), first convert to decimal, then convert from decimal to Vigesimal.

About Duotrigesimal

Used in encoding schemes. Uses digits: 0123456789ABCDEFGHIJKLMNOPQRSTUV

About Vigesimal

Maya numeral system. Uses digits: 0123456789ABCDEFGHIJ