base16384

Encode binary files to printable UTF-16BE text format

brewmacoslinux
Try with needOr install directly
Source

About

Encode binary files to printable utf16be

Commands

base16384

Examples

Encode a binary file to base16384 format$ base16384 encode input.bin output.txt
Decode a base16384 encoded file back to binary$ base16384 decode output.txt decoded.bin
Encode a file and display the result to stdout$ base16384 encode input.bin