π¦ ClawHub
Hex Tool
by @dinghaibin
Convert data between hexadecimal and other formats. Use for debugging binary data, examining file headers, and working with hex dumps.
π‘ Examples
# Encode text to hex
hex-tool --encode "Hello World"Decode hex to text
hex-tool --decode "48656c6c6f"Convert decimal to hex
hex-tool --from dec --to hex 255
TERMINAL
clawhub install hex-tool