Developer Tools - Free Online Utilities

    Multiline Formatter
    Text Case Converter
    Lorem Ipsum Generator
    Text Sort & Dedup Tool
    Unicode & Emoji Browser
    CSV to JSON/XML Converter

    JSON Formatter
    JavaScript Formatter
    SQL Query Formatter
    XML Formatter & Validator
    Regex Tester
    Diff Tool
    Number Base Converter

Number Base Converter

Advanced number system converter supporting 15+ bases, bit analysis, arithmetic operations, and educational content.

Number Conversion
Decimal: 255

Valid characters: 0123456789

All Base Conversions (4 bases)
BaseNameResultWith PrefixDescriptionCopy
2Binary111111110b11111111Computer logic, digital systems
8Octal3770o377Unix permissions, legacy systems
10Decimal255255Standard human counting
16HexadecimalFF0xFFProgramming, colors, memory
Quick Examples

255

Common byte value (2^8 - 1)

256

2^8

512

2^9

1024

2^10 (1KB)

2048

2^11

4096

2^12 (4KB page)

65535

2^16 - 1 (16-bit max)

16777215

2^24 - 1 (RGB max)

2147483647

2^31 - 1 (32-bit signed max)

42

Answer to everything

3735928559

DEADBEEF in hex

0

Zero

1

One

7

Lucky number
Number Base Guide

Binary (2): 0,1 - Computer logic, digital systems

Octal (8): 0-7 - Unix permissions, legacy systems

Decimal (10): 0-9 - Human counting system

Hexadecimal (16): 0-9,A-F - Programming, colors

Base32: Data encoding, file sharing

Base36: Short URLs, license plates

Base64: Email attachments, web data

Quick Tips

• Toggle "Show All Bases" to see 15+ number systems

• Use the swap button to quickly reverse conversion

• Check bit analysis for binary insights

• Save frequently used numbers for quick access

• Export conversions as JSON for documentation