su8 / charcodez

Convert string from the following bases: octal, binary, decimal, hex, 36 and return the char code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

charcodez

Convert string from the following bases: octal, binary, decimal, hex, 36 and return the char code.

Usage

# input
$> charcodez hex 0xdeadbeef

# output
$> 3735928559

Installation

$ make
# make install

About

Convert string from the following bases: octal, binary, decimal, hex, 36 and return the char code

License:GNU General Public License v3.0


Languages

Language:C 55.0%Language:Makefile 45.0%