Paketname | ascii2binary |
Beschreibung | Convert between ASCII, hexadecimal and binary representations |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.13-1 |
Sektion | misc |
Priorität | optional |
Installierte Größe | 92 Byte |
Hängt ab von | libc6 (>= 2.5-5) |
Empfohlene Pakete | |
Paketbetreuer | Mohammed Sameer |
Quelle | |
Paketgröße | 19616 Byte |
Prüfsumme MD5 | 5be9c5fc3144f9cc320ec3040236c899 |
Prüfsumme SHA1 | c03550a0aa4e31e0fa24f21cea96a955156ef108 |
Prüfsumme SHA256 | a19509d05e02535ab585a05cd8883a8ac4d024d94b43da369b26b694616cc2b5 |
Link zum Herunterladen | ascii2binary_2.13-1_i386.deb |
Ausführliche Beschreibung | This package contains:
* ascii2binary reads input consisting of ascii or hexadecimal representation
numbers separated by whitespace and produces as output the binary
equivalents. The type and precision of the binary output is selected
using command line flags.
* binary2ascii reads input consisting of binary numbers and converts
them to their ascii or hexadecimal representation.
Command line flags specify the type and size of the binary numbers
and provide control over the format of the output.
Unsigned integers may be written out in binary, octal, decimal,
or hexadecimal.
Signed integers may be written out only in binary or decimal. Floating
point numbers may be written out only decimal, either in standard or
scientific notation. (If you want to examine the binary representation
of floating point numbers, just treat the input as a sequence of unsigned
characters.)
.
The two programs are useful for generating test data, for inspecting binary
files, and for interfacing programs that generate textual output to programs
that require binary input and conversely. They can also be useful when it is
desired to reformat numbers.
|