Hex ↔ Base64 কনভার্টার সম্পর্কে
Convert hex strings to Base64 and back online. Flexible input for packet dumps and keys — free Hex ↔ Base64 converter on Fah Swe Tools.
কীভাবে কাজ করে
- Choose Hex → Base64 or Base64 → Hex.
- Paste your hex or Base64 (spaces, newlines, commas, and 0x prefixes are fine for hex).
- Optionally enable uppercase or spaced hex output, then run and copy the result.
প্রশ্নোত্তর
What if my hex has an odd number of digits?
We show a clear error — odd nibble counts are not padded automatically, so you can fix the input.
Is this for text Base64?
This converts raw bytes between hex and Base64. For UTF-8 text encode/decode, use Base64 Encode/Decode.
Are inputs stored?
No — conversion runs in memory for the request and is not saved.