Convert between Binary, Octal, Decimal, and Hexadecimal instantly
Edit any field to convert all others
Convert numbers between binary (base 2), octal (base 8), decimal (base 10), and hexadecimal (base 16) online free. Edit any field and all others update instantly — no button needed. Supports large numbers and handles all standard number bases used in programming, computer science, and electronics. Perfect for students learning number systems, developers debugging hex values, and engineers working with binary data.
Number base conversion is a fundamental skill in computer science and programming. Binary (base 2) is the language of computers — all data is stored as 0s and 1s. Hexadecimal (base 16) is used for memory addresses, color codes (#FF5733), and representing binary data compactly. Octal (base 8) is used in Unix/Linux file permissions (chmod 755). Decimal is the everyday number system. Being able to convert between these bases quickly is essential for debugging, low-level programming, and understanding how computers work.
Binary (base 2): uses digits 0-1. Octal (base 8): uses digits 0-7. Decimal (base 10): uses digits 0-9. Hexadecimal (base 16): uses digits 0-9 and letters A-F. Common conversions: 255 decimal = FF hex = 11111111 binary = 377 octal. 16 decimal = 10 hex = 10000 binary = 20 octal.
Hex is used for color codes (#FF5733), memory addresses, and representing binary data compactly. Each hex digit represents 4 binary bits.
Binary is the fundamental language of computers. All data is stored and processed as binary (0s and 1s) at the hardware level.
Octal (base 8) is used in Unix/Linux file permissions (e.g., chmod 755). Each octal digit represents 3 binary bits.
Enter the hex value (without #) in the Hexadecimal field. For example, FF0000 = 255 in decimal = 11111111 00000000 00000000 in binary (red).
The tool uses JavaScript's number type, which supports integers up to 2^53 - 1 (9,007,199,254,740,991) accurately.
Chúng tôi không chỉ thiết kế website, mà còn giúp doanh nghiệp xây dựng thương hiệu số mạnh mẽ. Cung cấp dịch vụ thiết kế website trọn gói từ thiết kế đến tối ưu SEO. Hãy liên hệ ngay với Tấn Phát Digital để cùng tạo nên những giải pháp công nghệ đột phá, hiệu quả và bền vững cho doanh nghiệp của bạn tại Hồ Chí Minh.
Tạo file .env và .env.example cho dự án.
Tạo .gitignore cho Node.js, Python, Java.
Tạo mock JSON data cho API testing.
Format và phân tích API response.
Test REST API: GET, POST, PUT, DELETE.
Chuyển đổi Binary, Hex, Base32.
Mã hóa/giải mã Base64.
Chuyển đổi Decimal, Binary, Hex.
Tạo CSS box-shadow trực quan.
Tính quyền file Linux.
Kiểm tra WCAG accessibility.
Tạo bảng màu ngẫu nhiên.