Binary Converter — Hex, Decimal, Octal & ASCII.
An interactive universal bit converter and base conversion matrix to convert binary, decimal, octal, hexadecimal, and ASCII character encoding strings instantly. Known across Europe as a high-precision binair converter, our free binaryconverter calculates leftmost bit positional weights, double precision floats, and signed two's complement integers with step-by-step mathematical explanations.
Instant Conversion Matrix.
Enter any base value to calculate all corresponding systems instantly.
Multi-Base Conversion Dashboard
Type in any input to instantly convert across bases, signed binary, floats, and ASCII text.
Universal Bit Converter & Number Translation Matrix
Below is a universal lookup table answering top search queries like binary converter online, binair converter (Dutch), bit converter, and base 2 binary converter. Click any row to test the conversion.
| Binary (Base 2) | Hexadecimal (Base 16) | Decimal (Base 10) | Octal (Base 8) | ASCII / Meaning |
|---|---|---|---|---|
| 0000 0000 | 0x00 | 0 | 0 | NUL (Null byte) |
| 0000 1000 | 0x08 | 8 | 10 | BS (Backspace) |
| 0000 1101 | 0x0D | 13 | 15 | CR (Carriage Return) |
| 0000 1111 | 0x0F | 15 | 17 | SI (Shift In / Hex 0x0F) |
| 0001 0100 | 0x14 | 20 | 24 | DC4 (Hex 0x14 in binary) |
| 0010 0000 | 0x20 | 32 | 40 | SP (Space character) |
| 0100 0001 | 0x41 | 65 | 101 | 'A' (Uppercase letter) |
| 0101 0000 | 0x50 | 80 | 120 | 'P' (Hex 0x50 in binary) |
| 1111 1110 | 0xFE | 254 | 376 | Hex FE in binary (254) |
| 1111 1111 | 0xFF | 255 | 377 | Max 8-bit unsigned byte |
Base Conversion Guides.
Dedicated calculation pages featuring custom prefill triggers, mathematical details, and code routines.
Binary (Base 2)
Decimal (Base 10)
Hexadecimal (Base 16)
Octal (Base 8)
ASCII / String
ASCII Reference.
Find matching character strings, decimals, hexadecimal codes, and binary values instantly. Use the search input to filter the indices in real-time.
| Dec | Hex | Binary | Char | Description |
|---|
Git-Style Changelog.
Review the developer timeline of updates, float additions, and UI optimizations.
feat: signed 8-bit registers
Introduced signed binary to decimal calculations using Two's Complement representation in standard registers.
feat: URL-based prefill params
Enabled prefilling inputs using search parameters (`?input=X&base=Y`) to allow instant code shareability.
feat: float conversion steps
Added mathematical derivations for fractional values using standard conversion weight products.
docs: CS quizzes & cheat sheets
Published CS Practice Quizzes and Cheat Sheets study guides for exam and review reference.
Community Feedback.
Share your experience using BinaryConverter. Post a comment directly on the board.
Frequently Asked Questions.
Frequently asked questions about number systems, conversion formulas, and site operations.