Convert values between decimal, binary, octal, and hexadecimal representations.
Last updated: June 2026 | By Patchworkr Team
Translation Engine
Automatic BigInt resolution for arbitrary precision conversion across standard computing bases.
Bit Depth
8 bits
255Base-10 positional notation used by humans.
0xFFBase-16 system using digits 0-9 and letters A-F.
0b1111 1111Base-2 system using only digits 0 and 1.
0o377Base-8 system using digits 0 through 7.
It translates a value into multiple numeric bases so you can compare decimal, binary, octal, and hexadecimal forms.
Pick a source radix, paste the number, and review the generated representations.
Yes. Common prefixes are detected automatically.
It uses BigInt handling to support large values.
Yes. It copies the raw value without visual grouping spaces.
Yes. Reset clears the current value and any error state.
Related Tools