Ascii2Binary project consists of two complementary programs that convert between textual and binary representations of numbers. Ascii2Binary reads input consisting of textual representations of numbers separated by whitespace and produces as output the binary equivalents.
Ascii2Binary program is useful for generating test data and linking programs that generate textual output to programs that require binary input. Binary2Ascii converts binary numbers to text. In both programs, the type and size/precision of the input or output is selected using command line flags.
Product's homepage
What's New in This Release: [ read full changelog ]
· Replaced pipe with comma as separator for short and long options in man pages.
· Renamed endian.h to a2b_endian.h to avoid conflict with external endian.h