Skip to main content

Convert binary value to decimal or octal or hexadecimal value

doc convert binary to decimal hex octal 1

Convert binary value to decimal value

Convert binary value to octal value

Convert binary value to hexadecimal value


Convert binary value to decimal value

Generic formula 1 :

=BIN2DEC(text)

Arguments

  • Text: Required, the text representation of number you want to convert it from binary (base 2) to decimal (base 10) value.

Return Value

The BIN2DEC formula returns a decimal number(base 10).

Examples

Formula Description Result
=BIN2DEC(10) Convert binary value 10 to decimal value 2
=BIN2DEC(B3)
(Cell B3 contains 111101)
Convert binary value 111101 to decimal value 61

doc convert binary to decimal hex octal 2

Generic formula 2 :

=DECIMAL(text,2)

Arguments

  • Text: Required, the text representation of number you want to convert it from binary (base 2) to decimal (base 10) value.
  • 2: Required, the base.

Return Value

The DECIMAL formula returns a decimal number(base 10).

Examples

=DECIMAL(10111,2)

Explanation: Convert binary value 10111 to decimal value.
doc convert binary to decimal hex octal 3

Convert binary value to octal value

Generic formula:

=BIN2OCT(text)

Arguments

  • Text: Required, the text representation of number you want to convert it from binary (base 2) to octal (base 8) value.

Return Value

The BIN2OCT formula returns a octal number(base 8).

Examples

=BIN2OCT(10111)

Explanation: Convert binary value 10111 to octal value.
doc convert binary to decimal hex octal 4

Convert binary value to hexadecimal value

Generic formula:

=BIN2HEX(text)

Arguments

  • Text: Required, the text representation of number you want to convert it from binary (base 2) to hexadecimal (base 16) value.

Return Value

The BIN2HEX formula returns a hexadecimal value (base 16).

Examples

=BIN2HEX(10111)

Explanation: Convert binary value 10111 to hexadecimal value.
doc convert binary to decimal hex octal 5

Remarks

The Text argument in formulas must be in binary value formatting, which means the characters element must be 0, 1, or it returns #NUM! error value.

Sample File

doc sampleClick to download sample file


Relative Functions

  • Excel DECIMAL function
    The DECIMAL function converts a text representation of a number in a base into its equivalent decimal number. Take a instance, 11 is a text representation of 3 in base 2, using the formula =DECIMAL(11,2) convert 11 into decimal number 3.

Relative Formulas

  • Convert decimal number to ip address
    If you have a string of decimal numbers such as 192168421 that you need to convert to an IP address as192.168.42.1, how can you quickly solve this job with an Excel formula? In this article, it will introduces formulas to handle this job.

Relative Formulas


The Best Office Productivity Tools

Kutools for Excel - Helps You To Stand Out From Crowd

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions…
Popular Features: Find, Highlight or Identify Duplicates  |  Delete Blank Rows  |  Combine Columns or Cells without Losing Data  |  Round without Formula ...
Super VLookup: Multiple Criteria  |  Multiple Value  |  Across Multi-Sheets  |  Fuzzy Lookup...
Adv. Drop-down List: Easy Drop Down List  |  Dependent Drop Down List  |  Multi-select Drop Down List...
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  Compare Columns to Select Same & Different Cells ...
Featured Features: Grid Focus  |  Design View  |  Big Formula Bar  |  Workbook & Sheet Manager | Resource Library (Auto Text)  |  Date Picker  |  Combine Worksheets  |  Encrypt/Decrypt Cells  |  Send Emails by List  |  Super Filter  |  Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters ...)  |  50+ Chart Types (Gantt Chart ...)  |  40+ Practical Formulas (Calculate age based on birthday ...)  |  19 Insertion Tools (Insert QR Code, Insert Picture from Path ...)  |  12 Conversion Tools (Numbers to Words, Currency Conversion ...)  |  7 Merge & Split Tools (Advanced Combine Rows, Split Excel Cells ...)  |  ... and more

Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...

Description


Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)

  • One second to switch between dozens of open documents!
  • Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
  • Increases your productivity by 50% when viewing and editing multiple documents.
  • Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.
Comments (0)
No ratings yet. Be the first to rate!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
Rate this post:
0   Characters
Suggested Locations