About 214,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. 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 …

  3. 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 …

  4. What Is BCD? - Computer Hope

    Mar 5, 2023 · Short for binary-coded decimal, BCD (also known as packet decimal) is numbers 0 through 9 converted to four-digit binary. BCD was used in some early decimal computers and …

  5. What Is BCD (Binary-Coded Decimal)? Simple Explanation with

    Binary-coded decimal or BCD is a code using a series of binary digits or bits that, when decoded, represent a decimal digit. Each digit in a decimal number has 10 possible values, ranging from …

  6. Binary Coded Decimal or BCD Numbering System

    In the BCD numbering system, a decimal number is separated into four bits for each decimal digit within the number. Each decimal digit is represented by its weighted binary value performing a …

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

    Jul 7, 2023 · This article provides an introduction to the computational number system known as binary-coded decimal or BCD. This numeric encoding scheme is historically significant and still …

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

    Jun 28, 2022 · Simply put, binary-coded decimal is a way to convert decimal numbers into their binary equivalents. However, binary-coded decimal is not the same as simple binary …

  9. 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. Its main virtue is that it …

  10. BCD – Knowledge and References – Taylor & Francis

    Binary-coded decimal (BCD) is a computer code that represents decimal numbers digit-by-digit, where each decimal digit is represented by a four-bit binary number. BCD coding directly uses …