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
, andutf-16
; - share by the link;
- integrated asn1 parser (available for
hex
andbase64
output types); - remembers current state.
Pavlo Myroniuk - [email protected].
Distributed under the MIT license.
Feel free to contribute.
- Fork it (https://github.com/TheBestTvarynka/bytes-formatter/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request