Vigesimal to Duotrigesimal Converter

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

Valid digits: 0123456789ABCDEFGHIJ
255 (Base 20) = S9 (Base 32)
Step-by-Step Solution
1Convert Vigesimal to Decimal:

Each digit × 20^position:

DigitValuePositionCalculationResult
2222 × 20^2800
5515 × 20^1100
5505 × 20^05
Sum: 800 + 100 + 5 = 905
2Convert Decimal to Duotrigesimal:

Divide by 32, collect remainders:

StepDividend÷ 32QuotientRemainderDigit
1905÷ 322899
228÷ 32028S
Read bottom to top: S9
3Result:
255 (Base 20) = S9 (Base 32)

Conversion Table

DecimalVigesimalDuotrigesimal
000
111
222
333
444
555
666
777
888
999
10AA
15FF
16GG
2010K
321C10

255 (Base 20) in All Bases

Number SystemBaseValue
Binary21110001001
Octal81611
Decimal10905
Hexadecimal16389
Ternary31020112
Quaternary432021
Quinary512110
Senary64105
Septenary72432
Duodecimal12635
Duotrigesimal32S9
Hexatrigesimal36P5

Popular Conversions

How to Convert Vigesimal to Duotrigesimal

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

About Vigesimal

Maya numeral system. Uses digits: 0123456789ABCDEFGHIJ

About Duotrigesimal

Used in encoding schemes. Uses digits: 0123456789ABCDEFGHIJKLMNOPQRSTUV