Duodecimal to Duotrigesimal Converter

Convert Duodecimal (Base 12) to Duotrigesimal (Base 32) with step-by-step solution.

Valid digits: 0123456789AB
255 (Base 12) = B1 (Base 32)
Step-by-Step Solution
1Convert Duodecimal to Decimal:

Each digit × 12^position:

DigitValuePositionCalculationResult
2222 × 12^2288
5515 × 12^160
5505 × 12^05
Sum: 288 + 60 + 5 = 353
2Convert Decimal to Duotrigesimal:

Divide by 32, collect remainders:

StepDividend÷ 32QuotientRemainderDigit
1353÷ 321111
211÷ 32011B
Read bottom to top: B1
3Result:
255 (Base 12) = B1 (Base 32)

Conversion Table

DecimalDuodecimalDuotrigesimal
000
111
222
333
444
555
666
777
888
999
10AA
1513F
1614G
2018K
322810

255 (Base 12) in All Bases

Number SystemBaseValue
Binary2101100001
Octal8541
Decimal10353
Hexadecimal16161
Ternary3111002
Quaternary411201
Quinary52403
Senary61345
Septenary71013
Vigesimal20HD
Duotrigesimal32B1
Hexatrigesimal369T

Popular Conversions

How to Convert Duodecimal to Duotrigesimal

To convert from Duodecimal (base 12) to Duotrigesimal (base 32), first convert to decimal, then convert from decimal to Duotrigesimal.

About Duodecimal

Dozen system, highly divisible. Uses digits: 0123456789AB

About Duotrigesimal

Used in encoding schemes. Uses digits: 0123456789ABCDEFGHIJKLMNOPQRSTUV