About 295,000 results
Open links in new tab
  1. BCD Travel - Managed business travel. Without limits.

    BCD Travel delivers people‑first, tech‑forward solutions for business travel, meetings & events and travel consulting. With an open ecosystem and the expertise of 15,000+ employees, we help clients …

  2. 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 eight. …

  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 entire decimal …

  4. 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 direct …

  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 0 to 9.

  6. 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 the …

  7. 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 number, and …

  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 representation. In …

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

  10. Binary Coded Decimal (BCD) Explained – 8421 Code, Conversion, and ...

    Mar 4, 2026 · What is Binary Coded Decimal (BCD)? An n-bit binary code can represent up to 2 n different combinations of 0s and 1s. In the BCD system, each decimal digit (0–9) is represented by a …