Hex/Base64 Converter
Bidirectional conversion between hexadecimal and Base64 encoding, supports multiple formats.
Input
Conversion Result
Base64
UTF-8 Text
Instructions
Introduction
Bidirectionally convert between Hex and Base64 encodings, also displaying the corresponding UTF-8 text for easy comparison and understanding of encoded content.
Steps
1. Select input format (Hex or Base64) via the top tabs; 2. Enter content in the corresponding format; 3. Conversion result and UTF-8 text are displayed automatically; 4. Click 'Copy' to copy the result.
Format Requirements
Hex input must be even-length 0-9, a-f, A-F characters (spaces are automatically ignored); Base64 input must be a valid Base64 string. If input contains non-printable bytes, UTF-8 text may show garbled characters.