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

Tag: Conversion of Number Systems

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…

Read More “Binary to Decimal Conversion for Fractional Number” »

Digital Electronics

Binary to Octal & Binary to Hexadecimal Conversion

Posted on March 4, 2023June 19, 2025 By vlsifacts No Comments on Binary to Octal & Binary to Hexadecimal Conversion

We have already seen octal to binary and hexadecimal to binary conversion in an earlier article. In this post, we will be learning how to convert binary to octal and binary to hexadecimal numbers. Following is the technique for these conversions. Technique Binary to Octal Conversion Example: 10110101112 = ?8 Binary to Hexadecimal Conversion Example:…

Read More “Binary to Octal & Binary to Hexadecimal Conversion” »

Digital Electronics

Octal to Binary & Hexadecimal to Binary Conversion

Posted on March 4, 2023June 19, 2025 By vlsifacts No Comments on Octal to Binary & Hexadecimal to Binary Conversion

Octal to binary and hexadecimal to binary conversions are important concepts with regard to digital electronics and digital computers. Following is the technique for these conversions. Technique Octal to Binary Conversion Example: 7058 = ?2 Hexadecimal to Binary Conversion Example: 10AF16 = ?2 For a detailed explanation, watch the following lecture video. Previous     …

Read More “Octal to Binary & Hexadecimal to Binary Conversion” »

Digital Electronics

Decimal to Any Number System Conversion

Posted on March 4, 2023June 19, 2025 By vlsifacts No Comments on Decimal to Any Number System Conversion

The following technique is used to convert a decimal number to any number system. Technique Decimal to Binary Conversion Example: 12510 = ?2 Decimal to Octal & Decimal to Hexadecimal Conversion Example: 123410 = ?8 Example: 123410 = ?16 For a detailed explanation, watch the following lecture video. Previous           Table of…

Read More “Decimal to Any Number System Conversion” »

Digital Electronics

Any Number System to Decimal Conversion

Posted on March 4, 2023June 19, 2025 By vlsifacts No Comments on Any Number System to Decimal Conversion

The following technique is used to convert any number system to its equivalent decimal number. Technique Examples 1010112 = 1×25 + 0x24 + 1×23 + 0x22 + 1×21 + 1×20 = 32 + 0 + 8 + 0 + 2 + 1 = 4310 7248 = 7×82 + 2×81 + 4×80 = 7×64 + 2×8…

Read More “Any Number System to Decimal Conversion” »

Digital Electronics

Conversion of Number Systems

Posted on March 3, 2023June 19, 2025 By vlsifacts No Comments on Conversion of Number Systems

It is important to learn the techniques of converting one number system to another while studying digital electronics or digital computers. This is because, in our day-to-day life we use decimal number systems, while computers use either binary or hexadecimal number systems. In the last lecture articles, we learned about the representation of different number…

Read More “Conversion of Number Systems” »

Digital Electronics

Top Posts & Pages

  • ASCII Code
  • Circuit Design of a 4-bit Binary Counter Using D Flip-flops
  • NAND and NOR gate using CMOS Technology
  • AND and OR gate using CMOS Technology
  • Synthesis Constructs in Verilog: A Comprehensive Guide for Designers

Copyright © 2025 VLSIFacts.

Powered by PressBook WordPress theme

Subscribe to Our Newsletter