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.
Base64 Encode (web-toolbox.dev)
Free tool for encoding text to Base64 format. Processing is completed instantly in the browser without sending data externally.
Base64 Encode / Decode (www.oh-benri-tools.com)
An online tool for encoding and decoding text or files in Base64 format. Supports drag-and-drop file input, with a toggle to switch conversion direction. All processing is done in the browser.
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).
Base64 Encode/Decode (toolpods.io)
Encode and decode text to/from Base64. Supports UTF-8 and URL-safe Base64 formats.
Character Code Web (char.onl.jp)
A web tool that displays Unicode code points, UTF-8 byte sequences, and HTML character references for any input character. Useful for investigating character encoding issues and verifying encodings.
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.
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.
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.