GitHunt
SU

su8/charcodez

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

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

Languages

C55.0%Makefile45.0%
GNU General Public License v3.0
Created July 31, 2018
Updated August 1, 2018
su8/charcodez | GitHunt