Base64 Encode / Decode Tool (lazesoftware.com)
Encodes and decodes text or files in Base64 format. Supports files up to 5MB and an optional RFC 2045 line-break setting (76 characters with CRLF).
data URI Converter (lazesoftware.com)
Encodes files to data URI format or decodes data URIs back to files. Supports any file type up to 5MB, with automatic or manual MIME type specification and configurable newline handling for HTML and CSS use cases.
URL Encode / Decode Tool (lazesoftware.com)
Encodes and decodes text using URL encoding (percent-encoding). Supports RFC 3986 (spaces as %20) and form encoding (spaces as +) methods.
ASCII to HEX (web-toolbox.dev)
Free tool for instantly converting ASCII text to hexadecimal (HEX) format. Output format is customizable with options like space-separated, no-space, 0x notation, and comma-separated. Also supports uppercase/lowercase and line break position settings.
Base64 Decode (web-toolbox.dev)
Free tool for decoding Base64-encoded text back to the original string. Processing is completed instantly in the browser without sending data externally.
Image Base64 Decode (web-toolbox.dev)
Free tool for decoding Base64-encoded image data and displaying or downloading it as an image. All processing is done in the browser, so data is never sent externally.
Base64 Encode (web-toolbox.dev)
Free tool for encoding text to Base64 format. Processing is completed instantly in the browser without sending data externally.
Image Base64 Encode (web-toolbox.dev)
Free tool for encoding image files to Base64 format. The encoded result can be used directly in HTML img tags or CSS background-image.
Color Converter (web-toolbox.dev)
Free tool for converting between color code formats such as HEX, RGB, HSL, and HSV. Enter a color code to view all format values at once.
CSV to JSON (web-toolbox.dev)
Free tool for converting CSV data to JSON format. Configure header row presence and separator, then copy the converted result immediately.
HEX to ASCII (web-toolbox.dev)
Free tool for converting HEX (hexadecimal) to ASCII strings. Supports various input formats including space-separated, 0x notation, and newline-separated, useful for debugging and data analysis.
HTML Escape / Unescape (web-toolbox.dev)
Free tool for escaping and unescaping HTML special characters such as <, >, &, and quotes. Useful for safely outputting HTML content and checking during debugging.