This tool allows you to convert Base64 encoded data to hexadecimal (HEX) format with various display options. Base64 is a binary-to-text encoding scheme commonly used to represent binary data in a format that is not affected by text processing systems.
Available HEX output formats:
Plain
- Simple uppercase hex characters (DEADBEEF)With Dashes
- Pairs separated by dashes (DE-AD-BE-EF)With 0x Prefix
- Each byte has 0x prefix (0xDE 0xAD 0xBE 0xEF)With Colons
- Pairs separated by colons (DE:AD:BE:EF)Lowercase
- Simple lowercase hex characters (deadbeef)With Spaces
- Pairs separated by spaces (DE AD BE EF)This conversion is performed locally in your browser - no data is sent to any server.