Developer Tools

Number Base Converter for Binary, Octal, Decimal, and Hex

Convert numbers between binary, octal, decimal, and hexadecimal locally in your browser. Useful for embedded debugging, bitwise checks, and address inspection.

RadixConverterDeveloper

Favorite this tool

No favorite storage mode has been selected.

Quick actions

Copy this tool URL or open the system share sheet on a supported device.

Use cases

  • Compare embedded register values
  • Verify bitwise operation results
  • Map hexadecimal addresses to decimal

How to use

  1. Enter a value and choose the input base
  2. Review the other base representations
  3. Copy the form you need

Example input and output

Decimal

255

Other bases

binary 11111111 / octal 377 / hex FF

FAQ

Which bases are supported?

Binary, octal, decimal, and hexadecimal conversions are supported.

How is this different from a multi-base converter?

This tool targets the common four bases for fast conversion. Use a multi-base tool when you need custom radices.

Tools

Related tools

Continue with another translated tool for a nearby task.

Multi-Base Converter

Multi-Base Converter — Base2 to Base36

Available

Convert numbers between bases 2 and 36 in your browser. Edit one field to sync decimal, hex, binary, octal, and custom-base outputs—handy for protocol fields and non-standard encodings.

Radix Convert Math

Binary Text Converter

Binary, Octal, Decimal, Hex Text Converter

Available

Convert UTF-8 text to and from binary, octal, decimal, or hexadecimal byte representations, with optional spacing. Useful for inspecting encodings and restoring capture fragments. Conversion stays in the browser.

Binary Encoding Radix

ASCII Hex Converter

ASCII Hex Converter — Byte Stream Reference Tool

Available

Convert ASCII text and hexadecimal byte streams in your browser with optional separators for packet decoding, protocol debugging, and low-level string comparison.

ASCII Hex Encoding