Samiksha Jaiswal (Editor)

BCD (character encoding)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

BCD ("Binary-Coded Decimal"), also called alphanumeric BCD, alphameric BCD, BCD Interchange Code, or BCDIC, is a family of representations of numerals, uppercase Latin letters, and some special and control characters as six-bit character codes.

Contents

Unlike later encodings such as ASCII, BCD codes were not standardized. Different computer manufacturers, and even different product lines from the same manufacturer, often had their own variants, and sometimes included unique characters. Other six-bit encodings with completely different mappings, such as some FIELDATA variants or Transcode, are sometimes incorrectly termed BCD.

Many variants of BCD encode the characters '0' through '9' as the corresponding binary values.

History

Technically, binary-coded decimal describes the encoding of decimal numbers where each decimal digit is represented by a fixed number of bits, usually four.

With the introduction of the IBM card in 1928, IBM created a code capable of representing alphanumeric information, later adopted by other manufacturers. This code represents the numbers 0-9 by a single punch, and uses multiple punches for upper-case letters and special characters. A letter had two punches (zone [12,11,0] + digit [1–9]); most special characters have two or three punches (zone [12,11,0,or none] + digit [2–7] + 8).

The BCD code is the adaptation of the punched card code to binary code by encoding the ten numeric rows of the card into four bits and using one bit each for the "eleven" and "twelve" rows. IBM applied the terms binary-coded decimal and BCD to the variations of BCD alphamerics used in most early IBM computers, including the IBM 1620, IBM 1400 series, and non-Decimal Architecture members of the IBM 700/7000 series.

Among the vendors using BCD were Burroughs, Bull, CDC, IBM, General Electric (the computer division was purchased by Honeywell in 1969), NCR, Siemens, and Sperry-UNIVAC.

IBM later created the 8-bit Extended Binary Coded Decimal Interchange Code (EBCDIC) based on BCDIC.

Special characters

The Recordmark or Record mark character (represented as ‡) is a character used to mark the end of a record. The BCD code for this character is 328 in some BCD variants. As of 2016 the recordmark has no assigned Unicode value. Functionally this corresponds to the EBCDIC IRS character (ASCII RS), X'1E'.

The Groupmark or Group mark character (represented as ) is a character used to indicate the start or finish of a group of related fields. The BCD code for this character is 778 in some BCD variants. The groupmark was proposed for Unicode standardization in 2015, and was assigned to value "#&2BD2" Functionally this corresponds to the EBCDIC IGS character (ASCII GS), X'1D'.

The Wordmark, by contrast, is not a BCD character. Rather, it is a flag bit used to mark the end of a word on some variable word length computers such as the IBM 1401.

BCD code variations

There are different versions of the six-bit BCD code. There are at least 4 versions with some different characters.

In "Spanish speaking countries", the character "Ñ" did not exist in the original system, therefore "@" was chosen by most manufacturers: Bull, NCR, and Control Data, but there was an inconsistency when merging databases to 7-bit ASCII code, for in that coding system the "/" character was chosen, resulting in two different codes for the same character.

Examples of BCD codes

The following charts show the numeric values of BCD characters in octal (base-8) notation. For example, the code for 'A", shown as '002001'B4 would be binary '01 0001'.

IBM 704 BCD code

The following table shows the code assignments for the IBM 704 computer. Unassigned code positions appear as blanks.

GBCD code

Below is the table of GE/Honeywell's GBCD code, a variant of BCD.

Burroughs B5500 BCD code

The following table shows the code assignments for the Burroughs B5500 computer, sometimes referred to as BIC (Burroughs Interchange Code).

Code page 353

The BCDIC-A Code page was assigned as Code page 353, also known as CP353. Some of the characters in this code page are not in Unicode.

At 0x0032 is the record mark, which was not proposed separately due to its similarity to the double dagger. At 0x0077 is the group mark, which is not in Unicode yet.

PTTC/BCD code pages

PTTC/BCD had 5 options. There were 5 code pages. Thet are shown below. The PTTC/BCD Standard Option was assigned as Code page 355, or CP355.

The PTTC/BCD H Option was assigned as Code page 357, or CP357.

The PTTC/BCD Correspondence Option was assigned as Code page 358, or CP358.

The PTTC/BCD Monocase Option was assigned as Code page 359, or CP359.

The PTTC/BCD Duocase Option was assigned as Code page 360, or CP360.

References

BCD (character encoding) Wikipedia