Latest Tools

Latest Tools is a live feed of fresh releases. Quick utilities to clean, convert, extract, and format text with no fuss.

JSON Escaper

This tool converts escaped JSON strings back into readable text. It handles common escape sequences like \\n, \\t, \\”, and even Unicode codes like \\u2014. Whether your input came from…

GoJSON Escaper

JSON Escaper

This tool escapes raw text so it’s safe to include inside JSON strings. It converts quotes, backslashes, newlines, and tabs into their escaped forms (\”, \\, \n, \t), so you…

GoJSON Escaper

Base64 Decoder

This tool takes any Base64-encoded string and instantly decodes it back to plain text. Whether you’re handling encoded payloads, text blobs, or embedded data, it gives you readable results on…

GoBase64 Decoder

Base64 Encoder

This tool converts any text into Base64 format instantly. It’s perfect for encoding binary data, safely embedding text in URLs or HTML, or converting readable input into a format that’s…

GoBase64 Encoder

HTML Decoder

This tool instantly decodes HTML entities like <, >, “, and ‘ back into their normal text equivalents. It’s perfect for turning escaped HTML into something readable, whether it came…

GoHTML Decoder

HTML Encoder

This tool converts plain text into HTML-safe output by escaping characters like <, >, &, and quotes so they display correctly on web pages. Whether you’re pasting in raw HTML,…

GoHTML Encoder