sachaos / bd

Describe binary string (e.g. `0x...`, `0b...`)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bd - Binary Describe

Install

$ brew install sachaos/tap/bd

Usage

$ bd 0x45
hex: 0x45
string: E
bytes: [69]
binary: [01000101]

length: 8bit, 1bytes

About

Describe binary string (e.g. `0x...`, `0b...`)

License:MIT License


Languages

Language:Go 100.0%