Number Base Converter — Computers represent numbers in different bases. Decimal (base 10) is what humans use. Binary (base 2) is what computers actually use internally. Octal (base 8) and hexadecimal (base 16) are compact ways to write binary, used in file permissions, color codes, memory addresses, and more.
Math runs locally. No data leaves your browser.
Was Number Base Converter useful?
ما هو Number Base Converter؟
Computers represent numbers in different bases. Decimal (base 10) is what humans use. Binary (base 2) is what computers actually use internally. Octal (base 8) and hexadecimal (base 16) are compact ways to write binary, used in file permissions, color codes, memory addresses, and more.
Type a value in any of the four fields and the other three update live. Handles arbitrary-precision integers up to 2^53 cleanly; for very large numbers, use the BigInt-safe API.
كيفية الاستخدام
-
Type a value
In any of the four base fields — binary, octal, decimal, or hex.
-
Read the conversions
The other three fields update live.
-
Copy
Select and copy whatever form you need.
أمثلة
A typical byte
255 in every base.
النتيجة: Bin 11111111 · Oct 377 · Dec 255 · Hex FF
IPv4 octet
192.168.0.1 — each octet in decimal, binary, hex.
النتيجة: 192 → 11000000 → C0 · 168 → 10101000 → A8
الأسئلة الشائعة
أدلة ذات صلة
أدوات ذات صلة
Binary, Hex & Octal Converter
Convert numbers between binary, octal, decimal, and hexadecimal instantly.
Cron Expression Generator
Build cron expressions from a simple form, or pick a common preset. See plain-English explanations.
مختبر التعابير النمطية
اختبر التعابير النمطية في الوقت الفعلي مع تمييز المطابقات. مجاني، في متصفحك، بدون رفع.
Last reviewed: 2026-09-25