String Encoder and Hasher Encode text to Base64, decode Base64 strings, and create SHA hashes directly in the browser.
HTML Entity Encoder Encode text into HTML entities or decode HTML entities back into readable text directly in the browser.
Query String Encoder Encode text for safe query-string use or decode percent-encoded URL parameters in one browser tool.
JWT Decoder Decode JWT header and payload data in the browser to inspect claims without sending tokens anywhere.
Morse Code Translator Translate plain text to Morse code and decode Morse patterns back into readable text in one page.
Binary Text Converter Convert plain text to binary bytes and decode binary values back into readable text in the browser.