Loading...
Loading...
We use cookies to enhance your experience, analyze site usage, and serve personalized content. By clicking "Accept All," you consent to our use of cookies. See our Cookie Policy and Privacy Policy for details.
Convert text to hexadecimal and vice versa online free
Converts text to hexadecimal and hex back to text with multiple formatting options including lowercase, uppercase, space-separated, continuous, and 0x-prefixed. Shows binary and decimal values per byte alongside the hex output, displays byte offsets for file analysis, converts files to hex, and supports XOR operations with a key for basic encryption.
Developers working with binary data, network protocols, or low-level debugging often need to inspect or manipulate hex representations, but existing tools are too simple or CLI-based. This tool provides a complete hex workspace with multiple views and XOR operations in a visual interface.
Embedded systems engineers, network protocol developers, reverse engineers, and anyone working with binary file formats or low-level data inspection.
Type or paste text in the input area to see its hex representation update in real time
Choose output format: lowercase, uppercase, space-separated, continuous (no spaces), or 0x-prefixed (e.g. 0xFF)
Toggle the binary and decimal column to see per-byte values in both binary and decimal formats
Enable byte offsets to see the position of each byte in the sequence for file analysis
Switch to file-to-hex mode by dragging a file onto the area to convert its entire content
Enter a XOR key value to apply bitwise XOR to each byte for basic obfuscation or deobfuscation
Input: 'Hello' with uppercase space-separated. Output: '48 65 6C 6C 6F' with binary column showing '01001000 01100101 01101100 01101100 01101111'Input: '48656C6C6F' (continuous mode) with hex-to-text. Output: 'Hello'Encode and decode Base64 strings online free
Encode and decode URLs and URL components online free
Convert images to Base64 encoded strings for embedding in HTML/CSS
Escape and unescape strings for JavaScript, JSON, HTML, URL, and more
Dive deeper with our comprehensive guides and tutorials.