Binary Coded Decimal Coding and Encoding in Delphi
Compile and run
Binary Coded Decimal is number storing format where each byte represents two decimal numbers. Each number is encoded as a nibble. For example: The numbers 2 and 3 would be encoded as 00110010 giving a byte value of 50.
Compile or run executable.
Open license