Skip to content

VLSIFacts

Let's Program the Transistors

  • Home
  • DHD
    • Digital Electronics
    • Fault Tolerant System Design
    • TLM
    • Verification
    • Verilog
    • VHDL
    • Xilinx
  • Embedded System
    • 8085 uP
    • 8086 uP
    • 8051 uC
  • VLSI Technology
    • Analog Electronics
    • Memory Devices
    • VLSI Circuits
  • Interview
    • Interview Experience
    • Training Experience
    • Question Bank
  • Notifications
  • QUIZ
  • Community
  • Job Board
  • Contact Us

Binary to Decimal Conversion for Fractional Number

Posted on March 6, 2023June 19, 2025 By vlsifacts No Comments on Binary to Decimal Conversion for Fractional Number

In an earlier post, we have seen that how to convert any number system to decimal number system. However, that article presents the conversions only for the whole numbers. In this article, we will consider the fractional number system conversion. The following technique is used to convert any binary fractional number to its equivalent decimal number. The technique is same for the other number systems as well.

Technique

  • Multiply each bit by 2n, where ‘n’ is the “weight” of the bit. Remember, the weights are positive for the bits before the binary point, and negative for the bits after the binary point.
  • Add all the results to get the final decimal number

Examples

10.10112 = ?10

10.10112 = 1×21 + 0x20 + 1×2-1 + 0x2-2 + 1×2-3 + 1×2-4 = 2 + 0 + 0.5 + 0 + 0.125 + 0.0625 = 2.687510

Here, you can observe that there are two bits before the binary point. So, weights are ‘0’ and ‘1’. There are four bits after the binary point. So, weights are -1 to -4.

Previous           Table of Content           Next

Spread the Word

  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on X (Opens in new window) X
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Pocket (Opens in new window) Pocket
  • Click to share on Reddit (Opens in new window) Reddit
  • Click to email a link to a friend (Opens in new window) Email
  • Click to print (Opens in new window) Print

Like this:

Like Loading...

Related posts:

  1. Conversion of Number Systems
  2. Any Number System to Decimal Conversion
  3. Decimal to Any Number System Conversion
  4. Binary to Octal and Binary to Hexadecimal Conversion for Fractional Number
Digital Electronics Tags:Binary to Decimal, Conversion of Number Systems, Fractional Number Conversion

Post navigation

Previous Post: Octal to Hexadecimal Conversion and Vice Versa
Next Post: Decimal to Binary Conversion for Fractional Number

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Top Posts & Pages

  • ASCII Code
  • AND and OR gate using CMOS Technology
  • Circuit Design of a 4-bit Binary Counter Using D Flip-flops
  • NAND and NOR gate using CMOS Technology
  • Texas Instruments Question Bank Part-1

Copyright © 2025 VLSIFacts.

Powered by PressBook WordPress theme

Subscribe to Our Newsletter

%d