Skip to content

Convert bytes between different representations (hex, dec, base64, etc)

License

Notifications You must be signed in to change notification settings

TheBestTvarynka/bytes-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 - the.best.tvarynka@gmail.com.

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