if (!empty($adminPanelSettings['facebook_pixel_id'])) { echo "\n"; echo "\n"; } else { echo getFacebookPixelCode(); } // Custom head code from admin panel if (!empty($adminPanelSettings['custom_head_code'])) { echo $adminPanelSettings['custom_head_code']; } ?>

Free Base64 Encoder/Decoder

Encode and decode Base64 text online. Convert text to Base64 and decode Base64 strings back to readable text.

Bidirectional
Secure Processing
File Support

Base64 Encoder/Decoder

Convert text to Base64 or decode Base64 back to text

0 characters
Supports text files up to 10MB
0 characters
Options
What is Base64?

Base64 is a binary-to-text encoding scheme that represents binary data in ASCII format by translating it into a radix-64 representation.

Privacy & Security

All conversions are performed locally in your browser. No data is sent to our servers or stored anywhere.

Common Uses

Email attachments, data URLs, embedding images in HTML/CSS, API authentication, and data transmission.