Encoding and Decoding
Encode and decode text
Input text
Encoding result
Instructions
Base64
The most commonly used encoding method, widely used for email transmission and data storage
URL Encoded
Used for URL parameter encoding, converting special characters into a safe format
HTML entity
Convert HTML special characters into entity encoding to prevent XSS attacks
Hex Encoding
Convert binary data to hexadecimal representation
