首页 工具
🔄

Encoder / Decoder

Encode and decode text in various formats.

Input
Output

Frequently Asked Questions

Which encoding formats are supported?

The tool supports Base64, URL encoding, HTML entities, Unicode escape sequences, and JavaScript escape sequences.

Can I chain encodings?

Yes, you can encode the output of one format into another. For example, Base64-encode a URL-encoded string.

Does it handle special characters?

Yes, the tool correctly handles Unicode characters, emojis, and multi-byte characters in all encoding formats.