Convert Base64 to Hexadecimal (Hex)
, ,

Convert Base64 to Hexadecimal (Hex)

Convert Base64 code to hexadecimal values quickly and easily with our free online converter. Simply paste your Base64 code into the input field to get the hexadecimal representation of your data. Our tool is fast, accurate, and completely free to use. 

Base64 to Hexadecimal Converter

Input Type

Text File

What is Base64?

Base64 is a binary-to-text encoding scheme that represents binary data in a human-readable format. It does this by translating binary data into a sequence of characters that can be represented within a text-based medium. Base64 is commonly used to embed images and other binary data within HTML and CSS files, as well as to transmit data over mediums that are primarily text-based, such as email.

Without losing any information, data encoded with Base64 can be decoded back into its original binary format. It can therefore be used as a flexible tool for sending binary data via text-based networks.

What is Hex?

Hexadecimal, which is frequently shortened to “hex,” is a base-16 numeric system that represents numbers using sixteen symbols. These are the well-known numbers 0 through 9, along with the letters A through F.

Hexadecimal is often used in debugging programs, as it can be easier to read and understand hexadecimal code than binary code. It is also used in representing colors, as each hexadecimal digit can represent one of 16 possible shades of red, green, and blue. This allows for a total of 256 different colors to be represented.

How Do I Use the Online Base64 to Hex Converter?

  1. In the input field, enter the text you want to decode or upload a file.
  2. Customise the settings, you can set each line to be decoded separately.
  3. The decoded result will be displayed in the Output field without any additional action required from you.
  4. If you want, you can copy the result using the Copy button.

Is it Secure To Use Your Base64 Converter?

Our conversion tool operates entirely within your browser, guaranteeing that your data remains secure and confidential throughout the process. No information is saved on our servers

Base64 Characters and Table

Base64 is a binary-to-text encoding scheme that uses a standardized set of 64 characters to represent binary data. These characters are composed of uppercase and lowercase letters, digits, and two special symbols, typically “+” and “/”.

ValueCharacterBinary Value
0A000000
1B000001
2C000010
3D000011
4E000100
5F000101
6G000110
7H000111
8I001000
9J001001
10K001010
11L001011
12M001100
13N001101
14O001110
15P001111
16Q010000
17R010001
18S010010
19T010011
20U010100
21V010101
22W010110
23X010111
24Y011000
25Z011001
26a011010
27b011011
28c011100
29d011101
30e011110
31f011111
32g100000
33h100001
34i100010
35j100011
36k100100
37l100101
38m100110
39n100111
40o101000
41p101001
42q101010
43r101011
44s101100
45t101101
46u101110
47v101111
48w110000
49x110001
50y110010
51z110011
520110100
531110101
542110110
553110111
564111000
575111001
586111010
597111011
608111100
619111101
62+111110
63/111111