Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.2 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.2 KB

Stand With Ukraine

bytes-formatter

deploy

Visit this tool at bf.qkation.com.

Converts bytes between different representations: hex, base64, decimal, ascii, etc.

Features:

  • supported formats: decimal, hex, base64, ascii, binary, utf-8, and utf-16;
  • share by the link;
  • integrated asn1 parser (available for hex and base64 output types);
  • remembers current state.

Meta

Pavlo Myroniuk - [email protected].

Distributed under the MIT license.

Contributing

Feel free to contribute.

  1. Fork it (https://github.com/TheBestTvarynka/bytes-formatter/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request