Base Converter & Bitwise Toolkit (Bin/Oct/Dec/Hex)

Convert any value across binary, octal, decimal, and hexadecimal while running common bitwise and shift operations.

Other languages: ja | en | zh-CN | es | pt-BR | id | vi | ko | fr | de | it

Convert any value across binary, octal, decimal, and hexadecimal while running common bitwise and shift operations. Perfect for debugging encodings or verifying masks.

Input base

FAQ

Which radices are supported?

Binary, octal, decimal, and hex are supported. Choose the input base and the other representations update instantly.

How can I run bitwise operations?

Select an operator, then provide the second operand or shift amount. Choose 32-bit or 64-bit width to match your target environment. Use the interpretation menu to toggle between unsigned and signed (two's complement); the decimal output and range validation follow your choice.

How it’s calculated

Related calculators