Skip to content

Number Base Converter

Convert numbers between binary, octal, decimal, and hexadecimal. All in your browser.

Example

Type 255 in Decimal to see 11111111 (bin), 377 (oct), and FF (hex).

FAQ

Only non-negative integers are supported (including large values via BigInt).
No. Enter digits only (0–9, A–F). A leading 0x is stripped if present.

Encoding Tools