Convert a number between binary, octal, decimal and hex — exactly, at any size.
255 = 255 (decimal)
The same value in each base. A prefix on the input (0x, 0b, 0o) sets the base automatically; otherwise the selected base is used. Large values are exact — no precision is lost.
What this cannot tell you
Take this with you
Number Base Converter on RunTheTests — free browser-based devtools tools, no sign-up.