Encode and decode URLs, query parameters, and special characters
Encode URLs to make them safe for transmission, or decode encoded URLs to read them. Supports various encoding formats.
Replaces unsafe characters with % followed by two hexadecimal digits. Used for entire URLs.
Encodes individual URL components (query parameters, paths) without affecting URL structure.
Converts binary data to ASCII string using 64 characters. Used for data transmission.
Replaces special characters with HTML entity codes for safe display in web pages.