Hexbase64

An online tool to convert hex strings to base64 strings and vice versa

View the Project on GitHub Rookev/hexbase64

What's this?

This tool converts strings from the hexadecimal format to the base64 representation (and the other way too).

Why do I need this?

Depends on what you wanna do. Base64 is a common encoding which is used by data URIs for example.

How do I start?