Chen–Ho encoding

Chen–Ho encoding is a memory-efficient alternate system of binary encoding for decimal digits.

The traditional system of binary encoding for decimal digits, known as binary-coded decimal (BCD), uses four bits to encode each digit, resulting in significant wastage of binary data bandwidth (since four bits can store 16 states and are being used to store only 10).[1]

The encoding reduces the storage requirements of two decimal digits (100 states) from 8 to 7 bits, and those of three decimal digits (1000 states) from 12 to 10 bits using only simple Boolean{dn|date=September 2018}} transformations avoiding any complex arithmetic operations like a base conversion.

History

In what appears to have been a multiple discovery, some of the concepts behind what later became known as Chen–Ho encoding were independently developed by Theodore M. Hertz in 1969[2] and by Tien Chi Chen in 1971.[3]

Hertz of Rockwell filed a patent for his encoding in 1969, which was granted in 1971.[2]

Chen first discussed his ideas with Irving Tze Ho[4] in 1971. Chen and Ho were both working for IBM at the time, although in different locations.[5][6] Chen also consulted with Frank C. Tung[7] to verify the results of his theories independently.[6] IBM filed a patent in their name in 1973, which was granted in 1974.[8] At least by 1973 Hertz's earlier work must have been known to them, as the patent cites his patent as prior art.[8]

The final version of the Chen–Ho encoding was circulated inside IBM in 1974[9] and published in 1975 in the journal Communications of the Association for Computing Machinery (CACM).[10][11] This version included several refinements, primarily related to the application of the encoding system. It constitutes a Huffman-like prefix code.

The encoding became known as Chen–Ho encoding or Chen–Ho algorithm only since 2000.[11] After having filed a patent in 2001,[12] Michael F. Cowlishaw published a further refinement of Chen–Ho encoding known as Densely Packed Decimal (DPD) encoding in IEE Proceedings – Computers and Digital Techniques in 2002.[13][14] Densely Packed Decimal has subsequently been adopted as the decimal encoding used in the IEEE 754-2008 and ISO/IEC/IEEE 60559:2011 floating-point standards.

Application

Chen noted that the digits zero through seven were simply encoded using three binary digits of the corresponding octal group. He also postulated that one could use a flag to identify a different encoding for the digits eight and nine, which would be encoded using a single bit.

In practice, a series of Boolean transformations are applied to the stream of input bits, compressing BCD encoded digits from 12 bits per three digits to 10 bits per three digits. Reversed transformations are used to decode the resulting coded stream to BCD. Equivalent results can also be achieved by the use of a look-up table.

Chen–Ho encoding is limited to encoding sets of three decimal digits into groups of 10 bits (so called declets).[1] Of the 1024 states possible by using 10 bits, it leaves only 24 states unused[1] (with don't care bits typically set to 0 on write and ignored on read). With only 0.34% wastage it gives a 20% more efficient encoding than BCD with one digit in 4 bits.[6][11]

Both Hertz and Chen also proposed similar, but less efficient, encoding schemes to compress sets of two decimal digits (requiring 8 bits in BCD) into groups of 7 bits.[2][6]

Larger sets of decimal digits could by divided into three- and two-digit groups.[2]

The patents also discuss the possibility to adapt the scheme to digits encoded in any other decimal codes than BCD, like f.e. Excess-3.[2] The same principles could also be applied to other bases.

In 1973, some form of Chen–Ho encoding appears to have been utilized in the address conversion hardware of the optional IBM 7070/7074 emulation feature for the IBM System/370 Model 165 and 370 Model 168 computers.[15][16]

One prominent application uses a 128-bit register to store 33 decimal digits with a three digit exponent, effectively not less than what could be achieved using binary encoding (whereas BCD encoding would need 144 bits to store the same number of digits).

Storage efficiency
BCD Necessary bits Bit difference
Digits States Bits Binary code space Binary encoding [A] 2-digit encoding [B] 3-digit encoding [C] Mixed encoding Mixed vs. Binary Mixed vs. BCD
1104164(7)(10)4 [1×A]00
2100812877(10)7 [1×B]0−1
3100012102410(14)1010 [1×C]0−2
41000016163841414(20)14 [2×B]0−2
51000002013107217(21)(20)17 [1×C+1×B]0−3
6100000024104857620212020 [2×C]0−4
710000000281677721624(28)(30)24 [2×C+1×A]0−4
8100000000321342177282728(30)27 [2×C+1×B]0−5
9100000000036107374182430(35)3030 [3×C]0−6
101000000000040171798691843435(40)34 [3×C+1×A]0−6
111000000000004413743895347237(42)(40)37 [3×C+1×B]0−7
12100000000000048109951162777640424040 [4×C]0−8
1310000000000000521759218604441644(49)(50)44 [4×C+1×A]0−8
14100000000000000561407374883553284749(50)47 [4×C+1×B]0−9
15100000000000000060112589990684262450(56)5050 [5×C]0−10
161000000000000000064180143985094819845456(60)54 [5×C+1×A]0−10
171000000000000000006814411518807585587257(63)(60)57 [5×C+1×B]0−11
18100000000000000000072115292150460684697660636060 [6×C]0−12
1910000000000000000000761844674407370955161664(70)(70)64 [6×C+1×A]0−12
20806770(70)67 [6×C+1×B]0−13
218470(77)7070 [7×C]0−14
22887477(80)74 [7×C+1×A]0−14
239277(84)(80)77 [7×C+1×B]0−15
249680848080 [8×C]0−16
2510084(91)(90)84 [8×C+1×A]0−16
261048791(90)87 [8×C+1×B]0−17
2710890(98)9090 [9×C]0−18
281129498(100)94 [9×C+1×A]0−18
2911697(105)(100)97 [9×C+1×B]0−19
30120100105100100 [10×C]0−20
31124103(112)(110)104 [10×C+1×A]+1−20
32128107112(110)107 [10×C+1×B]0−21
33132110(119)110110 [11×C]0−22
34136113119(120)114 [11×C+1×A]+1−22
35140117(126)(120)117 [11×C+1×B]0−23
36144120126120120 [12×C]0−24
37148123(133)(130)124 [12×C+1×A]+1−24
38152127133(130)127 [12×C+1×B]0−25

Encodings for three decimal digits

Hertz encoding

Hertz decimal data encoding for a single declet (1969 form)[2]
Binary encoding Decimal digits
Code space (1024 states)b9b8b7b6b5 b4b3b2b1b0 d2d1d0 Values encoded Description Possibilities (1000 states)
50.0% (512 states)0abcdefghi 0abc0def0ghi(0–7) (0–7) (0–7)Three lower digits51.2% (512 states)
37.5% (384 states)100cdefghi 100c0def0ghi(8–9) (0–7) (0–7)Two lower digits,
one higher digit
38.4% (384 states)
101fabcghi 0abc100f0ghi(0–7) (8–9) (0–7)
110iabc def 0abc0def100i(0–7) (0–7) (8–9)
9.375% (96 states)111f00iabc 0abc100f100i(0–7) (8–9) (8–9)One lower digit,
two higher digits
9.6% (96 states)
111c01idef 100c0def100i(8–9) (0–7) (8–9)
111c10fghi100c100f0ghi(8–9) (8–9) (0–7)
3.125% (32 states, 8 used)111c11f(0)(0)i 100c100f100i(8–9) (8–9) (8–9)Three higher digits, bits b2 and b1 are don't care0.8% (8 states)

Early Chen–Ho encoding

Decimal data encoding for a single declet (early 1971 form)[6]
Binary encoding Decimal digits
Code space (1024 states)b9b8b7b6b5 b4b3b2b1b0 d2d1d0 Values encoded Description Possibilities (1000 states)
50.0% (512 states)0abcdefghi 0abc0def0ghi(0–7) (0–7) (0–7)Three lower digits51.2% (512 states)
37.5% (384 states)100cdefghi 100c0def0ghi(8–9) (0–7) (0–7)Two lower digits,
one higher digit
38.4% (384 states)
101fghiabc 0abc100f0ghi(0–7) (8–9) (0–7)
110iabcdef 0abc0def100i(0–7) (0–7) (8–9)
9.375% (96 states)11100fiabc 0abc100f100i(0–7) (8–9) (8–9)One lower digit,
two higher digits
9.6% (96 states)
11101icdef 100c0def100i(8–9) (0–7) (8–9)
11110cfghi100c100f0ghi(8–9) (8–9) (0–7)
3.125% (32 states, 8 used)11111cfi(0)(0) 100c100f100i(8–9) (8–9) (8–9)Three higher digits, bits b2 and b1 are don't care0.8% (8 states)

Patented Chen–Ho encoding

Decimal data encoding for a single declet (patented 1973 form)[8]
Binary encoding Decimal digits
Code space (1024 states)b9b8b7b6b5 b4b3b2b1b0 d2d1d0 Values encoded Description Possibilities (1000 states)
50.0% (512 states)0abdeghcfi 0abc0def0ghi(0–7) (0–7) (0–7)Three lower digits51.2% (512 states)
37.5% (384 states)100deghcfi 100c0def0ghi(8–9) (0–7) (0–7)Two lower digits,
one higher digit
38.4% (384 states)
101abghcfi 0abc100f0ghi(0–7) (8–9) (0–7)
110deabcfi 0abc0def100i(0–7) (0–7) (8–9)
9.375% (96 states)11110abcfi 0abc100f100i(0–7) (8–9) (8–9)One lower digit,
two higher digits
9.6% (96 states)
11101decfi 100c0def100i(8–9) (0–7) (8–9)
11100ghcfi 100c100f0ghi(8–9) (8–9) (0–7)
3.125% (32 states, 8 used)11111(0)(0)cfi 100c100f100i(8–9) (8–9) (8–9)Three higher digits, bits b2 and b1 are don't care0.8% (8 states)

Final Chen–Ho encoding

Chen-Ho decimal data encoding for a single declet (final 1975 form)[10][11]
Binary encoding Decimal digits
Code space (1024 states)b9b8b7b6b5 b4b3b2b1b0 d2d1d0 Values encoded Description Possibilities (1000 states)
50.0% (512 states)0abcdefghi 0abc0def0ghi(0–7) (0–7) (0–7)Three lower digits51.2% (512 states)
37.5% (384 states)100cdefghi 100c0def0ghi(8–9) (0–7) (0–7)Two lower digits,
one higher digit
38.4% (384 states)
101cabfghi 0abc100f0ghi(0–7) (8–9) (0–7)
110cdefabi 0abc0def100i(0–7) (0–7) (8–9)
9.375% (96 states)111c00fabi 0abc100f100i(0–7) (8–9) (8–9)One lower digit,
two higher digits
9.6% (96 states)
111c01fdei 100c0def100i(8–9) (0–7) (8–9)
111c10fghi100c100f0ghi(8–9) (8–9) (0–7)
3.125% (32 states, 8 used)111c11f(0)(0)i 100c100f100i(8–9) (8–9) (8–9)Three higher digits, bits b2 and b1 are don't care0.8% (8 states)

Encodings for two decimal digits

Hertz encoding

Hertz decimal data encoding for a single heptad (1969 form)[2]
Binary encoding Decimal digits
Code space (128 states)b6b5 b4b3b2b1b0 d1d0 Values encoded Description Possibilities (100 states)
50.0% (64 states)0abcdef 0abc0def(0–7) (0–7)Two lower digits64.0% (64 states)
12.5% (16 states)110cdef 100c0def(8–9) (0–7)One lower digit,
one higher digit
16.0% (16 states)
12.5% (16 states)101fabc 0abc100f(0–7) (8–9)One lower digit,
one higher digit
16.0% (16 states)
12.5% (16 states, 4 used)111cxxf 100c100f(8–9) (8–9)Two higher digits4.0% (4 states)

Early Chen–Ho encoding, method A

Decimal data encoding for a single heptad (early 1971 form, method A)[6]
Binary encoding Decimal digits
Code space (128 states)b6b5 b4b3b2b1b0 d1d0 Values encoded Description Possibilities (100 states)
50.0% (64 states)0abcdef 0abc0def(0–7) (0–7)Two lower digits64.0% (64 states)
25.0% (32 states, 16 used)10xcdef 100c0def(8–9) (0–7)One lower digit,
one higher digit
16.0% (16 states)
12.5% (16 states)110fabc 0abc100f(0–7) (8–9)One lower digit,
one higher digit
16.0% (16 states)
12.5% (16 states, 4 used)111cxxf 100c100f(8–9) (8–9)Two higher digits4.0% (4 states)


Patented Chen–Ho encoding

Decimal data encoding for a single heptad (patented 1973 form)[8]
Binary encoding Decimal digits
Code space (128 states)b6b5 b4b3b2b1b0 d1d0 Values encoded Description Possibilities (100 states)
50.0% (64 states)0abcdef 0abc0def(0–7) (0–7)Two lower digits64.0% (64 states)
25.0% (32 states, 16 used)10xcdef 100c0def(8–9) (0–7)One lower digit,
one higher digit
16.0% (16 states)
12.5% (16 states)111cabf 0abc100f(0–7) (8–9)One lower digit,
one higher digit
16.0% (16 states)
12.5% (16 states, 4 used)110cxxf 100c100f(8–9) (8–9)Two higher digits4.0% (4 states)

See also

References

  1. 1 2 3 Muller, Jean-Michel; Brisebarre, Nicolas; de Dinechin, Florent; Jeannerod, Claude-Pierre; Lefèvre, Vincent; Melquiond, Guillaume; Revol, Nathalie; Stehlé, Damien; Torres, Serge (2010). Handbook of Floating-Point Arithmetic (1 ed.). Birkhäuser. doi:10.1007/978-0-8176-4705-6. ISBN 978-0-8176-4704-9. LCCN 2009939668.
  2. 1 2 3 4 5 6 7 Hertz, Theodore M. (1971-11-02) [1969-12-15]. "System for the compact storage of decimal numbers" (US Patent). Whittier, CA, USA: North American Rockwell Corporation. US3618047A. Retrieved 2018-07-18. (NB. A coding system very similar to Chen-Ho, also cited as prior art in the Chen–Ho patent.)
  3. "CHEN Tien Chi". Archived from the original on 2015-10-23. Retrieved 2016-02-07.
  4. Tseng, Li-Ling (1988-04-01). "High-Tech Leadership: Irving T. Ho". Taiwan Info. Archived from the original on 2016-01-01. Retrieved 2016-02-08.
  5. Chen, Tien Chi (1971-03-12). "Decimal-binary integer conversion scheme" (Internal memo to Irving Tze Ho). San Jose Research Laboratory: IBM.
  6. 1 2 3 4 5 6 Chen, Tien Chi (1971-03-29). "Decimal Number Compression" (PDF) (Internal memo to Irving Tze Ho). San Jose Research Laboratory: IBM: 1–4. Archived (PDF) from the original on 2012-10-17. Retrieved 2016-02-07.
  7. "IBM资深专家Frank Tung博士8月4日来我校演讲". Archived from the original on 2004-12-08. Retrieved 2016-02-06.
  8. 1 2 3 4 Chen, Tien Chi; Ho, Irving Tze (1974-10-15) [1973-06-18]. Written at San Jose, CA, USA & Poughkeepsie, NY, USA. "Binary coded decimal conversion apparatus" (US Patent). Armonk, NY, USA: International Business Machines Corporation (IBM). US3842414A. Retrieved 2018-07-18. (NB. This patent is about the Chen–Ho algorithm.)
  9. Chen, Tien Chi; Ho, Irving Tze (1974-06-25). "Storage-Efficient Representation of Decimal Data". Research Report RJ 1420 (Technical report). IBM Research Lab, San Jose, USA: IBM.
  10. 1 2 Chen, Tien Chi; Ho, Irving Tze (January 1975). "Storage-Efficient Representation of Decimal Data". Communications of the Association for Computing Machinery (CACM). 18 (1): 49–52. doi:10.1145/360569.360660. Retrieved 2016-02-07.
  11. 1 2 3 4 Cowlishaw, Michael Frederic (2014) [2000]. "A Summary of Chen-Ho Decimal Data encoding". IBM. Archived from the original on 2015-09-24. Retrieved 2016-02-07.
  12. Cowlishaw, Michael Frederic (2003-02-25) [2002-05-20, 2001-01-27]. Written at Coventry, UK. "Decimal to binary coder/decoder" (US Patent). Armonk, NY, USA: International Business Machines Corporation (IBM). US6525679B1. Retrieved 2018-07-18. and Cowlishaw, Michael Frederic (2007-11-07) [2004-01-14, 2002-08-14, 2001-09-24, 2001-01-27]. Written at Winchester, Hampshire, UK. "Decimal to binary coder/decoder" (European Patent). Armonk, NY, USA: International Business Machines Corporation (IBM). EP1231716A2. Retrieved 2018-07-18. (NB. This patent about DPD also discusses the Chen–Ho algorithm.)
  13. Cowlishaw, Michael Frederic (May 2002). "Densely Packed Decimal Encoding". IEE Proceedings – Computers and Digital Techniques. London: Institution of Electrical Engineers (IEE). 149 (3): 102–104. doi:10.1049/ip-cdt:20020407. ISSN 1350-2387. Retrieved 2016-02-07.
  14. Cowlishaw, Michael Frederic (2007-02-13) [2000]. "A Summary of Densely Packed Decimal encoding". IBM. Archived from the original on 2015-09-24. Retrieved 2016-02-07.
  15. Savard, John J. G. (2018) [2007]. "Chen-Ho Encoding and Densely Packed Decimal". quadibloc. Archived from the original on 2018-07-16. Retrieved 2018-07-16.
  16. 7070/7074 Compatibility Feature for IBM System/370 Models 165, 165 II, and 168 (PDF) (2 ed.). IBM. June 1973 [1970]. GA22-6958-1 (File No. 5/370-13). Archived (PDF) from the original on 2018-07-22. Retrieved 2018-07-21.

Further reading

  • Smith, Alan Jay (August 1975). "Comments on a paper by T. C. Chen and I. T. Ho". Communications of the Association for Computing Machinery (CACM). 18 (8): 463. doi:10.1145/360933.360986. ISSN 0001-0782. CODEN CACMA2. Retrieved 2018-07-19. (NB. A publication also discussing Chen-Ho alternatives and variations.)
  • Bonten, Jo H. M. (2009-10-06) [2006-10-05]. "Packed Decimal Encoding IEEE-754-2008". Archived from the original on 2018-07-11. Retrieved 2018-07-11.
  • Savard, John J. G. (2018) [2001]. "Base-26 Armor". quadibloc. Archived from the original on 2018-07-21. Retrieved 2018-07-21.
  • Rinaldi, Russell G.; Moore, Brian B. (1967-03-21) [1964-06-30]. Written at Poughkeepsie, NY, USA & New Paltz, NY, USA. "Data compression/expansion and compressed data processing" (US Patent). New York, USA: International Business Machines Corporation (IBM). US3310786A. Retrieved 2018-07-18. , Rinaldi, Russell G.; Moore, Brian B. (1969-05-20) [1967-01-19, 1964-06-30]. Written at Poughkeepsie, NY, USA & New Paltz, NY, USA. "Serial digital adder employing a compressed data format" (US Patent). New York, USA: International Business Machines Corporation (IBM). US3445641A. Retrieved 2018-07-18. and Rinaldi, Russell G.; Moore, Brian B. (1969-03-11) [1967-01-19, 1964-06-30]. Written at Poughkeepsie, NY, USA & New Paltz, NY, USA. "Data compression/expansion and compressed data processing" (US Patent). New York, USA: International Business Machines Corporation (IBM). US3432811A. Retrieved 2018-07-18. (NB. A patent cited in both, the Hertz and Chen–Ho patents.)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.