ID Converter
Convert Salesforce IDs between 15-character and 18-character formats. Supports batch conversion line by line.
SOQL Formatter
Format and beautify SOQL queries with customizable line width and keyword casing. Formats as you type.
IN Clause Generator
Generate Salesforce SOQL IN clause strings from a list of values. Supports deduplication, sorting, and custom formatting.
JSON to Apex
Convert JSON structure to Apex class with inner classes. Automatically generates Apex code representing the JSON shape.
JSON Formatter
Format and beautify JSON with customizable indentation. Validates JSON and formats as you type.
XML Formatter
Format and beautify XML with customizable indentation. Validates XML and formats as you type.
HTML Formatter
Format and beautify HTML with customizable indentation. Validates HTML and formats as you type. Optional preview mode to see rendered HTML.
Text Processor
Apply series of text transformations (trim, dedupe, sort, shuffle, etc.) in customizable order. Process text line by line.
DateTime Converter
Convert and format dates and times across multiple formats. View current time in various formats or create custom datetime cards with timezone support.
Base64 Encoder/Decoder
Encode text to Base64 or decode Base64 to text. Supports real-time conversion with swap functionality.
URL Encoder/Decoder
Encode text to URL-encoded format or decode URL-encoded strings. Shows parsed URL details including protocol, host, path, and query parameters.
Device Information
View comprehensive information about your browser, device, screen, and network. Includes external IP address detection.
Text Diff
Compare two texts side-by-side and view differences. Shows a visual diff with additions, deletions, and modifications highlighted.
JWT Decoder
Decode JSON Web Tokens (JWT) and view header, payload, and signature. Optionally verify the signature with a secret key.