BinaryCon Binary Converter

Hex → Base64

Result

About this tool

Encodes raw hex bytes into a Base64 string.

Example

Input: 48656C6C6F
Output: SGVsbG8=

Conversion formula

Group hex bytes into byte stream then Base64 encode.