Integer to Other Numeral System Converter
The "Integer to Numeral System Converter" calculator allows the user to convert an integer from decimal numeral system to any other positional numeral system.

Este conteúdo é licenciado de acordo com a Licença Creative Commons de Atribuição/CompartilhaIgual 3.0 (Unported). Isso significa que você pode redistribuir ou modificar livremente este conteúdo sob as mesmas condições de licença e precisa atribuir ao autor original colocando um hyperlink para este trabalho no seu site. Além disto, favor não modificar qualquer referência ao trabalho original (caso houver) que estiverem contidas neste conteúdo.
The user enters the decimal integer and specifies the target numeral system base. The calculator then converts the integer to the target numeral system, which can be binary, octal, hexadecimal, or any other base up to 36. For bases greater than 10, capital English alphabet letters are used, i.e. A - 10, B - 11, and so on, up to Z - 35. The resulting conversion is displayed as a string of digits or digits and letters, representing the converted integer in the specified numeral system.
For example, if the user enters the decimal integer 255 and selects the target numeral system base 16, the calculator will convert the number to the hexadecimal system, which is commonly used in computer programming. The resulting output will be "FF", which is the hexadecimal representation of the decimal number 255.
Comentários