Text Converter
Choose a text encoding, checksum, cryptographic hash, or cipher and continue in its canonical tool.
Description
Choose a text encoding, cipher, checksum, or hash and continue to the canonical tool without placing the entered text in the URL.
Text conversion is a family of operations rather than one interchangeable calculation. Base64 changes representation, Morse maps characters to signals, CRCs detect accidental errors, and cryptographic hashes create fixed-length one-way digests. This selector keeps those meanings separate and routes each choice to its canonical tool page.1
When to use Text Converter
Use the overview when you know the input is text but need to choose an operation. The grouped selector makes legacy security choices visible and prevents hashes or checksums from being presented as reversible text conversions.
How Text Converter works
The page records the entered text temporarily in browser session storage, navigates to the selected canonical route, and lets that destination tool perform the operation. The text is not appended to the URL, so it is not exposed through copied links, browser history paths, server access logs, or referrer URLs.2, 3, 1
How the text conversion routing function processes input
- Choose an operation by its purpose and required output format.
- Optionally enter text on the overview page.
- Store that text for the destination path in the current browser tab.
- Navigate to the canonical tool and consume the transfer once in its text input.
Limitations and assumptions
- The selector does not make incompatible operations interchangeable: a hash cannot be decoded and a checksum does not authenticate data.
- Session storage is browser-local and temporary; a shared URL intentionally does not carry the entered text.
- Exact UTF-8 bytes, whitespace, and protocol-specific options still determine the destination result.
Alternative or Complementary approaches
Open a canonical tool directly when the required algorithm is already known. Use UUID or Sqids tools for identifiers rather than treating them as arbitrary text conversions.
References
-
Catalogue of parametrised CRC algorithms — CRC RevEng
-
Encoding Standard — WHATWG
-
FIPS 180-4: Secure Hash Standard — National Institute of Standards and Technology
Similar or alternative tools
- SHA-256 Hash Generator
Create a one-way 256-bit digest from UTF-8 text.
- CRC-32 Checksum
Calculate an accidental-error checksum.
- Base64 Encoder
Convert UTF-8 bytes to canonical Base64 text.