Ctrl+K
Popüler aramalar:

Sayı Tabanı Dönüştürücü

v1.0.0
DecimalRadix 10
Base 10 (0-9).
HexadecimalRadix 16
Base 16 (0-9, A-F). Prefix 0x allowed.
BinaryRadix 2
Base 2 (0 or 1). Prefix 0b allowed.
OctalRadix 8
Base 8 (0-7). Prefix 0o allowed.
Örnekler ve İşlemler
Önekleri destekler: 0x (hex), 0b (ikili), 0o (sekizlik). Negatif sayılara izin verilir.

Number Base Converter hakkında ne düşünüyorsun?

Görüşlerinize değer veriyoruz ve düşüncelerinizi duymak isteriz.

Select your rating

Mükemmel! ⭐

What is a Number Base Converter?

A number base converter lets you switch a value between decimal (base 10), hexadecimal (base 16), binary (base 2), and octal (base 8). It is handy when you work with low-level code, color values, network masks, or debugging binary data.

How to use this tool

  1. Type a value into any base field (decimal, hex, binary, or octal). Prefixes such as 0x, 0b, and 0o are accepted.
  2. See instant conversions in the other bases. Copy any result with the copy button.
  3. Clear or reuse values at any time; quick presets like 42 or 65535 help you test quickly.

Common use cases

  • Checking bit masks and flags while debugging.
  • Converting color values or memory offsets.
  • Teaching or learning how different bases represent the same number.

Keep this converter nearby whenever you need fast, reliable base changes without leaving your browser.