.\"Text automatically generated by txt2man .TH CONV "1" "May 2014" "BINDECHEXASCII" "convert ASCII, binary, decimal, hexadecimal and prints results on the in screen" .SH NAME \fBbindechexascii \fP- converts ASCII, binary, decimal, hexadecimal and prints results on the in screen .SH SYNOPSIS .nf .fam C \fBbindechexascii\fP [\fIoptions\fP] \fIarg1\fP \fIarg2\fP \fIarg3\fP .fam T .fi .fam T .fi .SH DESCRIPTION \fBbindechexascii\fP is a program that converts the argument from standard input to the numbering system or character set (ASCII) specified in the option and prints the result on the screen. That way you can perform the following conversion: binary to decimal, binary to hex, binary to ASCII, decimal to binary, decimal to hex, decimal to ASCII, hex to binary, hex to decimal, hex to ASCII, ASCII to binary, ASCII to decimal, ASCII to hex. .SH OPTIONS .TP .B \fB\-h\fP, \fB\-\-help\fP Print this help .TP .B \fB\-i\fP, \fB\-\-info\fP Print information about program .TP .B \fB\-\-b2d\fP Binary to decimal .TP .B \fB\-\-b2h\fP Binary to hexadecimal .TP .B \fB\-\-b2a\fP Binary to ASCII .TP .B \fB\-\-d2b\fP Decimal to binary .TP .B \fB\-\-d2h\fP Decimal to hexadecimal .TP .B \fB\-\-d2a\fP Decimal to ASCII .TP .B \fB\-\-h2b\fP Hexadecimal to binary .TP .B \fB\-\-h2d\fP Hexadecimal to decimal .TP .B \fB\-\-h2a\fP Hexadecimal to ASCII .TP .B \fB\-\-a2b\fP ASCII to binary .TP .B \fB\-\-a2d\fP ASCII to decimal .TP .B \fB\-\-a2h\fP ASCII to hexadecimal .SH EXAMPLES To convert the number 1000111 from binary to decimal: .PP .nf .fam C bindechexascii \-\-b2d 1000111 .fam T .fi To convert the number 50 from decimal to binary: .PP .nf .fam C bindechexascii \-\-d2b 50 .fam T .fi To convert the number 3F from hexadecimal to binary: .PP .nf .fam C bindechexascii \-\-h2b 3F .fam T .fi To convert the caractere 'a' from ASCII to binary: .PP .nf .fam C bindechexascii \-\-a2b a .fam T .fi .SH AUTHOR The \fBbindechexascii\fP was written by Leonid Plyushch . This manual page was written by Marcio de Souza Oliveira for the Debian project (but may be used by others).