About 494,000 results
Open links in new tab
  1. Binary-coded decimal - Wikipedia

    In computing and electronic systems, binary-coded decimal (BCD) is a class of binary encodings of decimal numbers where each digit is represented by a fixed number of bits, usually four or …

  2. BCD or Binary Coded Decimal - GeeksforGeeks

    Jul 15, 2025 · Binary Coded Decimal (BCD) is a binary encoding system in which each decimal digit is represented by a fixed number of binary bits, typically four. Instead of converting the …

  3. Binary Coded Decimal or BCD Numbering System

    We have seen here that Binary Coded Decimal or BCD is simply the 4-bit binary code representation of a decimal digit with each decimal digit replaced in the integer and fractional …

  4. What is binary-coded decimal and how is it used? - TechTarget

    Jun 28, 2022 · Binary-coded decimal is a system of writing numerals that assigns a four-digit binary code to each digit 0 through 9 in a decimal (base 10) number. Simply put, binary-coded …

  5. Binary-Coded Decimal Or BCD | Brilliant Math & Science Wiki

    BCD or binary-coded decimal is a special kind of representation of a decimal number in binary numbers. In binary-coded decimal each individual digit of a number is converted into a binary …

  6. In computing and electronic systems, binary-coded decimal (BCD) is an encoding for decimal numbers in which each digit is represented by its own binary sequence.

  7. What is BCD? Binary Coded Decimal Basics | Learn Here - WithMe

    Apr 7, 2025 · We use digits 0 through 9 all the time for homework, games, and messages, but computers speak a totally different language – just 0s and 1s! So, how do our familiar decimal …

  8. Binary-coded decimal - tpub.com

    Binary-coded decimal, or BCD, is a method of using binary digits to represent the decimal digits 0 through 9. A decimal digit is represented by four binary digits, as shown below: You should …

  9. Binary Coded Decimal - VLSIFacts

    Mar 14, 2023 · BCD is a way to express each decimal digit in binary. Each decimal digit starting from 0 to 9 has its own BCD code, which is the 4-bit unsigned binary equivalent of the digit. …

  10. Fundamentals of Binary-Coded Decimal (BCD) - Technical Articles

    Jul 7, 2023 · I insist upon the hyphen, because in my opinion it helps to convey the nature of BCD: binary-coded decimal is primarily a decimal numbering system, and “binary-coded” …