Number Converter Suite
Comprehensive number system converter. Convert between binary, octal, decimal, hexadecimal, RGB/Hex colors, ASCII/Unicode characters, and signed integers.
Step 1 of 4
How to Use This Calculator
- Choose a Conversion Type: Number Base for binary/hex/decimal/octal, Color Conversion for RGB↔Hex, ASCII/Unicode Table, or Signed Integer (Two's Complement).
- For number base conversion, enter the Input Number in decimal and instantly see Binary, Octal, and Hexadecimal equivalents with bit/byte counts.
- For color conversion, enter Red, Green, Blue channel values (0–255) to get the Hex Color, RGB CSS, RGBA CSS, and HSL representations.
- For ASCII/Unicode, set the Starting Code Point (e.g., 65 for 'A') and Number of Characters to explore a range of characters with their hex codepoints.
- For signed integers, enter the Signed Value and select 8-bit, 16-bit, or 32-bit width to see the Two's Complement binary and hex encoding.
What each input means
- Conversion Type
- Calculation mode to use.
- Input Number
- Enter a decimal number to convert.
- Red (R)
- Red color channel (0-255).
- Green (G)
- Green color channel (0-255).
- Blue (B)
- Blue color channel (0-255).
- Hex Color Value
- Enter hex as decimal (e.g., 0x8080FF = 8421631).
- Starting Code Point
- Unicode code point to start from (65 = 'A').
How this is calculated
Worked example, using the default values
- Identify Input Parameters4 parametersConversion Type = 0, Input Number = 255, Color Mode = 0, Red (R) = 128 = 12 input(s) provided
- Calculate BinaryBinary = paddedBinary1111 1111 = 1111 1111
- Calculate HexadecimalHexadecimal = `0x${hex0xFF = 0xFF
- Calculate DecimalDecimal = decimalValue255 = 255
- Calculate OctalOctal = `0o${octal0o377 = 0o377
Engine last updated . Checked against 5 independently-derived tests — how we verify calculators.
Related Calculators
The questions that sit next to this one — chosen by subject, including calculators filed under a different category.
Binary/Hex/Decimal Converter
Convert a decimal number into its binary, octal, and hexadecimal representations. Includes bit count, byte size, and ASCII character lookup.
Technology & ComputingHex Converter
Convert between hexadecimal, decimal, binary, and octal number systems. Essential for programming and computer science.
Number TheoryNumber Base Converter
Convert numbers between any base (2-36). Enter a number in one base and convert to another.
Technology & ComputingDecimal Converter
Convert decimal numbers to binary, hexadecimal, and octal. Essential tool for programming and computer science.
Math & StatisticsUltimate Calculator
Scientific calculator, graphing, and unit conversions — all in one.
More in Technology & Computing.