Json Formatter
This tool formats JSON strings to make them more readable by adding indentation and line breaks.
Json To C#
This tool converts JSON strings into C# class definitions, making it easier to work with JSON data in C# applications.
Json Compress & Decompress
This tool compresses JSON into Base64 GZip and decompresses Base64 GZip back into readable JSON.
Xml Tool
This tool provides various functionalities for working with XML data, including formatting, validation, and transformation.
Sql Formatter
This tool formats SQL queries to improve readability by adding indentation and line breaks.
Encode to Base64 String
This tool encodes text into a Base64 string, which is useful for data transfer and storage.
Decode Base64 String
This tool decodes a Base64 string back into its original text format.
Image To Base64 String
This tool converts images into Base64 strings, which can be used for embedding images in text files or HTML.
File To Base64 String
Upload any file and convert it to Base64 text (raw Base64 and Data URI formats).
Base64 To File
Convert Base64 text back to a downloadable file with optional custom file name.
Java Script Tools
This tool provides various utilities for working with JavaScript code, including formatting and validation.
HTML Tools
This tool offers various functionalities for working with HTML, such as formatting, validation, and conversion.
CSS Tool
This tool provides functionalities to format, beautify, and minify CSS code, improving readability and reducing file size.
Markdown Preview
This tool allows you to preview Markdown files, rendering them as HTML for easier reading.
Markdown To Html
This tool converts Markdown files into HTML format, making them suitable for web publishing.
Html To Markdown
This tool converts HTML content into Markdown format for documentation and text workflows.
Escape Quotes
This tool escapes quotes in strings, which is useful for preparing text for inclusion in code or data files.
Wrap
This tool wraps text with specified characters, which can be useful for formatting and data processing.
String Escape/Unescape
Escapes or unescapes JSON and HTML strings by handling special characters like quotes, newlines, tabs, backslashes, and HTML entities. Perfect for preparing strings for API payloads or parsing escaped responses.
UUID Generator
Generate random UUIDs. Useful for creating unique identifiers for various applications such as database keys, session IDs, and more.
Jwt Parser
This tool parses JSON Web Tokens (JWT) and displays their header, payload, and signature information.
C# Compiler
This tool allows you to compile and run C# code snippets, providing a quick way to test and debug C# code.
Decode AES String
This tool decodes an encrypted AES string. The user needs to provide the key, IV key, and encrypted string to decode it.
API Tester
This tool allows you to test and debug APIs by sending HTTP requests and viewing the responses, similar to tools like Swagger and Postman.
Timestamp Converter
This tool converts dates to timestamps and vice versa, allowing you to easily work with date and time data.
Password Generator
This tool generates random passwords based on user-selected configurations such as including uppercase characters, lowercase characters, numbers, symbols, excluding similar characters, and specifying length.
SVG Tool
This tool provides features like viewing SVG images, formatting SVG code, converting SVG to JPG or PNG, and downloading the converted images.
URL Encode/Decode
This tool encodes URLs by converting special characters for safe transmission and decodes them back to their original form. Useful for preparing URLs for web requests, query strings, and APIs.
Regex Tester
Test and debug regular expressions with sample input and see matches.
Color Converter
Convert between HEX, RGB, RGBA, HSL, and HSLA color formats. Supports alpha/opacity, live preview, and easy copy for all formats.
Text Compare / Diff Checker
Compare two text blocks side-by-side and highlight added, deleted, modified, and unchanged lines with summary statistics.
CRON Expression Builder
Build, validate, and explain CRON expressions. Parse existing CRON jobs, see human-readable descriptions, and preview next execution times. Supports both 5-field and 6-field CRON formats.
Image Resizer
Resize images by percentage, dimensions, or target file size. Supports JPG, PNG, and WebP formats. Preview original and resized images side-by-side with file size comparison before downloading.