Toolify

Toolify

Developer Toolkit

  • All Tools67
  • Favorites0
Categories
  • Developer Tools
    • JSON Formatter
    • Regex Tester
    • JWT Debugger
    • Base64 Encoder
    • UUID Generator
    • Checksum Generator
    • Cron Generator
    • Cron Decoder
    • SQL Formatter
    • JS/TS Minifier
    • CSS Flexbox
    • Mock Data
    • HTML/CSS Minifier
    • URL Parser
    • Color Converter
    • API Mock
    • Code Diff
    • YAML Formatter
    • GraphQL Formatter
    • HTML Entity
    • XML Formatter
    • CSS Minifier
    • Markdown Preview
    • JSON to CSV
  • General Utilities
  • Image Tools
  • Number Tools
  • PDF Utilities
  • Text Utilities
  • Time Utilities
  • Unit Converters
  • Web3 & Crypto
  1. Tools
  2. Number
  3. Base Converter
Toolify

Toolify

Developer Toolkit

Professional browser-based tools for developers, designers, and content creators. No downloads, no installations - just powerful tools that work instantly.

Tools

All ToolsDeveloper ToolsText ToolsImage ToolsPDF ToolsNumber ToolsTime ToolsUnit Converters

Categories

Developer ToolsGeneral UtilitiesImage ToolsNumber ToolsPDF UtilitiesText Utilities

Resources

Browse ToolsFavoritesPopular ToolsNew Tools

©2025 Toolify. All rights reserved.

GitHubPrivacy PolicyTerms of Service
Back to Tools

Base Converter

number

Convert numbers between different bases

Input Number
Enter a number to convert between different bases

Valid characters for each base:

  • Binary (Base 2): 0, 1
  • Octal (Base 8): 0-7
  • Decimal (Base 10): 0-9
  • Hexadecimal (Base 16): 0-9, A-F
Examples

Common Conversions:

255 (Dec) = FF (Hex) = 377 (Oct) = 11111111 (Bin)
16 (Dec) = 10 (Hex) = 20 (Oct) = 10000 (Bin)
8 (Dec) = 8 (Hex) = 10 (Oct) = 1000 (Bin)

Powers of 2:

2¹ = 2 (Dec) = 10 (Bin)
2⁴ = 16 (Dec) = 10000 (Bin)
2⁸ = 256 (Dec) = 100000000 (Bin)
Base Converter - Convert numbers between different bases
Created by: Toolify