Convert a number from Base B1 to Base B2 without using any intermediate base

Viewed 10125

Is there a way Convert a number from Base B1 to Base B2 without using any intermediate base.

Ex:

214 from base 5 to base 16 without converting it first to decimal and then decimal to hexadecimal.

--

Thanks

Alok Kr.

7 Answers
Related