Encoders & Decoders
Break down URL query strings into readable key-value pairs.
Encode text to Base64 or decode payloads back into readable text instantly.
Escape query fragments and decode percent-encoded text during API debugging.
Escape and unescape HTML entities using named, numeric, or hex references.