Online Hex to Base64 Converter Tool

Online Hex to Base64 Converter Tool

Hexadecimal

In mathematics and computing, the hexadecimal (also base 16 or hex) numeral system is a positional numeral system that represents numbers using a radix (base) of 16.
Unlike the common way of representing numbers using 10 symbols, hexadecimal uses 16 distinct symbols, most often the symbols "0"-"9" to represent values 0 to 9, and "A"-"F" (or alternatively "a"-"f") to represent values 10 to 15. Hexadecimal is used in the transfer encoding Base16, in which each byte of the plaintext is broken into two 4-bit values and represented by two hexadecimal digits.

Base64

Usually in a computer machine, a message is in binary format which is composed by 8 bit characters. A major drawback of binary data is that it cannot be attached to emails and similar channels as some characters have special meaning. To resolve this issue, instead of the 8 bit digits, Base64 makes use od 6 bit words. So the term Base64 originates from a specific MIME content transfer encoding. As Base64 makes use of only legit ASCII characters, they can be used with any medium like email attachements.


Online Base64 to Hexadecimal Converter
 


FYI - The characters not present in the hex character set will ne ignored. So HELLO1 will be cleaned as E1
                         
            
                         
                    

Output (base64)

                    

Search Tutorials