File: README.md

package info (click to toggle)
bindechexascii 0.0%2B20140524.git7dcd86-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 144 kB
  • ctags: 23
  • sloc: ansic: 565; makefile: 28
file content (22 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
BinDecHexAscii
==============

Simple ASCII, binary, decimal, hexadecimal converter

Options:

	--b2d     Binary to decimal
	--b2h     Binary to hexadecimal
	--b2a     Binary to ASCII

	--d2b     Decimal to binary
	--d2h     Decimal to hexadecimal
	--d2a     Decimal to ASCII

	--h2b     Hexadecimal to binary
	--h2d     Hexadecimal to decimal
	--h2a     Hexadecimal to ASCII

	--a2b     ASCII to binary
	--a2d     ASCII to decimal
	--a2h     ASCII to hexadecimal