Which of these conversions can you undo?
These eleven tools rewrite text in a different notation without changing what it says — HTML to plain text, letters to Morse or NATO words, numbers to words or Roman numerals, characters to their codes. Eight of the conversions reverse exactly. Three discard information and cannot be undone.
Every tool on this page answers the same shape of question: *I have this text, and something else needs it written differently.* A URL needs a slug. A radio operator needs NATO words. A cheque needs the amount in words. A database needs plain text where a CMS gave you markup. The content does not change; the notation does.
That sounds trivial until you need it back. Eight of these eleven conversions are exact round-trips — Morse, NATO, character codes, Roman numerals, numbers to words and back, and the two ciphers. Convert, convert again, and you have precisely what you started with. Those are safe to use on text you have no other copy of.
Three of them throw something away, permanently. Removing accents turns *café* into *cafe* and there is nothing in the output that says which *e* used to carry an acute. Stripping HTML deletes the tags and keeps the words, so the structure is simply gone. Building a slug lowercases, drops punctuation and may cut the string short. Each of these is doing exactly what it was asked to do — that is the point of the tool — but none of them is undoable, and each one's page says so above the result.
The distinction matters most in the place people least expect it. ROT13 and the Caesar cipher are perfectly reversible and still not security. They are reversible *by anybody*, which is the opposite of the property you want from encryption. They are on this page because they are genuinely useful for puzzles, spoiler tags and teaching, and the tool says plainly what it is not.
Everything runs as a lookup table or a few lines of arithmetic in your own browser. Nothing is uploaded, and your original stays on screen beside the result the whole time.