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. Calculates bit positional weights, double precision floats, and signed two's complement integers with step-by-step mathematical explanations.
Multi-Base Conversion Dashboard
Type in any input to instantly convert across bases, signed binary, floats, and ASCII text.
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
Universal lookup table mapping binary, hexadecimal, decimal, octal, and ASCII character definitions.
| Binary (Base 2) | Hexadecimal (Base 16) | Decimal (Base 10) | Octal (Base 8) | ASCII / Meaning |
|---|---|---|---|---|
| 0000 0000 | 0x00 | 0 | 0 | NUL (Null byte) |
| 0000 1101 | 0x0D | 13 | 15 | CR (Carriage Return) |
| 0010 0000 | 0x20 | 32 | 40 | SP (Space character) |
| 0100 0001 | 0x41 | 65 | 101 | 'A' (Uppercase letter) |
| 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 search to filter.
| Dec | Hex | Binary | Char | Description |
|---|
Frequently Asked Questions.
Frequently asked questions about number systems, conversion formulas, and site operations.