Convert binary value to decimal or octal or hexadecimal value
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
|
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 |
Generic formula 2 :
=DECIMAL(text,2) |
Arguments
|
Return Value
The DECIMAL formula returns a decimal number(base 10).
Examples
=DECIMAL(10111,2)
Explanation: Convert binary value 10111 to decimal value.
Convert binary value to octal value
Generic formula:
=BIN2OCT(text) |
Arguments
|
Return Value
The BIN2OCT formula returns a octal number(base 8).
Examples
=BIN2OCT(10111)
Explanation: Convert binary value 10111 to octal value.
Convert binary value to hexadecimal value
Generic formula:
=BIN2HEX(text) |
Arguments
|
Return Value
The BIN2HEX formula returns a hexadecimal value (base 16).
Examples
=BIN2HEX(10111)
Explanation: Convert binary value 10111 to hexadecimal value.
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
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
- 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. - Convert decimal number to whole number
This tutorial will tell you how to use formulas to convert decimal numbers to whole numbers in Excel. - Convert octal value to decimal/binary/hex
Provides some easy formulas to convert octal value to decimal number, binary value or hex value in Excel. - Convert decimal value to binary/octal/hex
This article introduces the formulas to convert decimal numbers to binary value, octal value or hex value in Excel - Convert hex value to decimal/binary/octal
This article introduces the formulas to convert hexadecimal numbers to decimal valie, binary value, or octal value in Excel
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...
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.