Vigesimal to Hexatrigesimal Converter

Convert Vigesimal (Base 20) to Hexatrigesimal (Base 36) with step-by-step solution.

Valid digits: 0123456789ABCDEFGHIJ
255 (Base 20) = P5 (Base 36)
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 Hexatrigesimal:

Divide by 36, collect remainders:

StepDividend÷ 36QuotientRemainderDigit
1905÷ 362555
225÷ 36025P
Read bottom to top: P5
3Result:
255 (Base 20) = P5 (Base 36)

Conversion Table

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

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 Hexatrigesimal

To convert from Vigesimal (base 20) to Hexatrigesimal (base 36), first convert to decimal, then convert from decimal to Hexatrigesimal.

About Vigesimal

Maya numeral system. Uses digits: 0123456789ABCDEFGHIJ

About Hexatrigesimal

Uses all alphanumeric characters. Uses digits: 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ