BaseShift — FAQ
Number Base Converter — Frequently Asked Questions
Binary (2), Octal (8), Decimal (10), Hexadecimal (16), Base32, and Base64 for single conversion. Batch mode supports Binary, Octal, Decimal, and Hex.
Select "Decimal" as the input base, type a number (e.g., 255), and the Binary, Octal, and Hex equivalents appear instantly.
The Bitwise tab lets you perform AND, OR, XOR, NOT, Shift Left, and Shift Right on two numbers. Results are shown in Decimal, Binary, Hex, and Octal with a visual 8-bit grid.
A complete reference of all 256 ASCII characters (0-255) showing Decimal, Hex, Octal, Binary, and character representation. You can filter by Printable, Control, or Extended characters.
Yes! The Batch Convert tab lets you upload a file with numbers (one per line or CSV) and convert all of them between bases simultaneously.
Converts text characters to their numeric representations (Binary, Octal, Decimal, or Hex codepoints) and vice versa.
Yes! Check the "Group Digits" checkbox to format output with separators (e.g., 1111 1111 instead of 11111111 for binary).
All calculations happen in your browser. No data is sent to any server.