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?
Apa itu 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.
Cara menggunakannya
-
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.
Contoh
A typical byte
255 in every base.
Hasil: Bin 11111111 · Oct 377 · Dec 255 · Hex FF
IPv4 octet
192.168.0.1 — each octet in decimal, binary, hex.
Hasil: 192 → 11000000 → C0 · 168 → 10101000 → A8
Pertanyaan yang sering diajukan
Panduan terkait
Peralatan terkait
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.
Penguji Regex
Uji ekspresi reguler secara real time dengan penyorotan kecocokan. Gratis, di browser Anda, tanpa unggahan.
Last reviewed: 2026-09-25