FAQ 1: Which transformations are included?
Answer: Twenty in total. Reverse & Flip: Reverse Text, Reverse Words and Upside Down. Encode & Decode: Base64, URL, hex, binary and octal, each with an encode and a decode option. Fun & Styles: Rot13 Cipher, Fullwidth, Bubbles, Leet Speak, Alternating Caps, Spaced Text and Small Caps.
FAQ 2: Can the tool decode as well as encode?
Answer: Yes. Base64, URL, hex, binary and octal each have a separate decode option in the dropdown. The decode options validate your input and show a clear red message if the text is not valid for that format.
FAQ 3: Do the encoders support emoji and accented letters?
Answer: Yes. All byte-based encodings (Base64, hex, binary and octal) read your text as UTF-8 before converting and decode it back as UTF-8, so multi-byte characters round-trip correctly.
FAQ 4: Why are encode and decode separate options instead of one?
Answer: Unlike ROT13, formats such as Base64 or URL encoding are not self-inverse: encoding plain text and decoding encoded text need different operations. Separate options make the direction clear.
FAQ 5: What does "Auto convert" do?
Answer: When the toggle is on, the Output updates automatically as you type, paste, upload a file, or pick a different transformation. Turn it off if you prefer to convert only when you press "Convert Now".
FAQ 6: Which tools should I use for deeper work on one format?
Answer: For a single format with more settings, try the dedicated tools: ROT13 Converter, Text to Base64, Base64 to Text, URL Encode / Decode, Text Reverser and Upside Down Text.
FAQ 7: Is my text private?
Answer: Yes. Every transformation runs entirely in your browser with JavaScript. Your text is never uploaded to or stored on our servers.