Skip to content

ctrlaltdev/x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X

Simply converts from a string to hex or binary Can do the opposite if asked nicely

Usage

Hex

x Ohai

will return 4F686169

x -r 4F686169

will return Ohai

Bin

x -b Ohai

will return 01001111011010000110000101101001

x -b -r 01001111011010000110000101101001

will return Ohai

About

ASCII <-> HEX && ASCII <-> BIN

Resources

License

Stars

Watchers

Forks

Packages

No packages published