Invalid digit error
remove characters not allowed in the selected base, such as 2 in binary or G in hexadecimal.
Convert one non-negative integer across decimal, hexadecimal, binary and octal, with separate unsigned 32-bit bitwise controls.
Calculators & ConvertersA number base converter represents the same integer in different radices. AppKiro updates decimal, hexadecimal, binary and octal fields in real time and also provides optional prefixes, a 16-bit display toggle and unsigned 32-bit bitwise operations. Real-time decimal, hexadecimal, binary and octal conversion.
Enter the source data: Enter a non-negative integer in any one of the four base fields. Use only digits valid for that base and include a prefix only when the parser explicitly accepts it.
Choose the relevant settings: Toggle display prefixes or 16-bit grouping only for readability. For AND, OR, XOR, NOT or shifts, enter operands that fit the documented unsigned 32-bit model.
Review and verify the result: Copy the required representation and retain the base/prefix in documentation. Verify values beyond 32 bits independently when bitwise operations are involved.
remove characters not allowed in the selected base, such as 2 in binary or G in hexadecimal.
the operation follows unsigned 32-bit semantics; use an arbitrary-precision library for wider values.
verify the shift direction and keep the count within 0–31.
Not in the current documented scope. It is designed for non-negative integers; signed and fractional conversion need separate parsing and representation rules.
Base conversion preserves the integer, but JavaScript-style bitwise operations operate on 32-bit words and can truncate larger values.
Use prefixes only when the target parser expects them. The page can display prefixes for clarity while keeping the numeric value unchanged.
The calculation runs in this browser component, but that alone is not a complete privacy guarantee. Use non-production data unless you have also reviewed extensions, clipboard history, downloads and site diagnostics.
The layout adapts to narrow screens. File selection, camera access, clipboard actions and downloads still depend on the permissions and capabilities of the mobile browser.
Enter one integer, copy the representation with an explicit base label and treat bitwise operations as a separate 32-bit workflow.