Encoding & Crypto— Guides & Articles
XOR Cryptography Online: Exchange a Reversible Message
Published 2026-08-28
Apply XOR cryptography online with a UTF-8 repeating key, encrypt text to hex or Base64, and recover the original in your browser. No uploads required.
Decode a Vigenere Cipher With a Known Key in Your Browser
Published 2026-08-28
Decode a Vigenere cipher with a known key in your browser. Modular arithmetic, case preservation, nonletter pass-through, and local-only processing.
UTF-8 Browser Tools: Privacy and Round-Trip Verification
Published 2026-08-27
UTF-8 browser tools keep conversion local. Learn how privacy, fatal decoding, and round-trip verification protect your data and confirm lossless conversion.
Change UTF-8 in Outlook: Outgoing Mail and Files
Published 2026-08-27
Change UTF-8 in Outlook by setting outgoing mail to Unicode and converting signature, template, and contact files to validated UTF-8 in your browser.
How to Decode a URL in Notepad++ Step by Step
Published 2026-08-27
Decode URL strings in Notepad++ using the MIME Tools plugin, or skip the setup with a free browser tool that handles Unicode, emoji and CJK text correctly.
Char Code Lookup From the Command Line vs Online
Published 2026-08-27
Compare command-line char code lookup (man ascii, python, xxd) with the Unicode Encoder / Decoder that reveals full scalar values in your browser.
ROT13 Decoder Bash: Browser Alternative to the tr Command
Published 2026-08-27
Replace a bash tr pipeline with an in-browser ROT13 decoder. Apply the self-inverse 13-letter shift to ASCII letters, preserve everything else locally.
Text to Hex Bulk: Encoding Large UTF-8 Text Safely
Published 2026-08-27
Convert text to hex in bulk with explicit output budgets and three format options. Process up to 1,000,000 code units locally with no silent truncation.
How to Convert Text to Binary Code: Byte-Exact UTF-8
Published 2026-08-27
Convert text to binary code as exact 8-bit UTF-8 byte groups. Strict 8-bit grouping, fatal validation, local processing — nothing uploaded.
Text Steganography Cheat Sheet: Codes, Limits, Steps
Published 2026-08-27
Text steganography cheat sheet covering the zero-width markers, bit symbols, byte limits, sanitization risks and a verified hide-and-reveal workflow.