All your handy text and utility tools in one place, fast, easy, and accurate.

Encoding Tools

URL Encode

Special characters can break URLs if they are not encoded. This tool converts text into URL safe encoded format. It is useful when building links, query strings, or form data. Developers often use it during testing or debugging. Encodi…

URL Decode

Encoded URLs are hard to read and edit. This tool decodes URL encoded text back into normal characters. It helps when debugging links, parameters, or tracking URLs. You can paste full URLs or partial strings. Decoding happens when you …

Unescape HTML

Seeing things like ampersand lt or ampersand gt can be confusing. This tool converts escaped HTML characters back into readable text. It is useful when cleaning copied code, emails, or CMS content. Developers also use it when debugging…

ROT47 Text Encoder

Some messages look unreadable because the letters and symbols were shifted. This tool changes your text using ROT47, which works on letters, numbers, and symbols. It’s useful for reading hidden forum posts, changing shared text, or lig…

ROT13 Text Encoder

Sometimes you want to hide text in a simple way without using passwords or accounts. This tool changes your text using the ROT13 method, which is commonly used to lightly hide messages. You can use it to cover spoilers, share puzzle cl…

Escape HTML

Raw HTML characters can break layouts when displayed as text. This tool converts HTML characters into their escaped versions so they display safely. It’s helpful when showing code examples or storing HTML as plain text. You can paste a…

Base64 Decoder

Encoded Base64 text is not readable at a glance. This tool decodes Base64 strings back into normal text automatically. It helps when inspecting data, debugging, or working with APIs. You can paste encoded content and see the result ins…

Base64 Encoder

Some data needs to be encoded before it can be safely stored or shared. This tool converts text into Base64 format instantly. It is useful for developers, APIs, emails, or learning how encoding works. You can encode any input without t…