Skip to content

A CLI to convert binary text to human-readable text, and vice versa.

License

Notifications You must be signed in to change notification settings

nicomni/bintxt-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bintxt – A CLI for converting binary text

Convert utf8-encoded text to binary text, and vice versa.

⚠️ Disclaimer: I'm just tinkering. Use at your own risk!

Features

  • Encode text to binary text
  • Decode binary text to human-readable text

Usage

Commands

  • encode: Convert text to binary text
  • decode: Convert binary text to readable text

Examples

Encode text

bintxt encode hello

Output:

01101000 01100101 01101100 01101100 01101111

Decode binary text

bintxt decode 01101000 01100101 01101100 01101100 01101111

Output:

hello

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A CLI to convert binary text to human-readable text, and vice versa.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages