Text & Web Utilities
Everyday text and web tools — counting, generating, and encoding. Everything runs in your browser; nothing you type is uploaded.
17 free calculators · updated August 2026
Some utilities inspect text without changing it; others deliberately create a new representation. Word Counter summarizes structure, while Character Counter distinguishes visible characters from storage-oriented counts. Case Converter changes letter casing, but URL Slug Generator also transliterates and removes structure unsuitable for a URL, so its output is not a neutral copy. Base64 Encoder and Decoder and URL Encoder and Decoder are reversible encodings, not encryption. JSON Formatter and Validator checks syntax as it reformats, while Password Generator and UUID Generator create random values for different roles.
Word Counter
Live word, character, sentence, and paragraph counts, plus reading and speaking time.
Open calculator →
Password Generator
Strong random passwords generated in your browser, with the entropy behind the strength rating.
Open calculator →
QR Code Generator
Links, Wi-Fi, contact cards and seven more — styled, checked for scannability, and sized for the printer.
Open calculator →
Character Counter
Characters as a human counts them and as a computer stores them, against each platform limit.
Open calculator →
Case Converter
Ten casing styles including a Title Case that keeps short function words lowercase.
Open calculator →
URL Slug Generator
Clean URL slugs that transliterate letters instead of silently deleting them.
Open calculator →
Random Number Generator
Cryptographic random numbers with rejection sampling, so no value is quietly favoured.
Open calculator →
Lorem Ipsum Generator
Placeholder paragraphs, sentences or words from the Cicero passage the text actually comes from.
Open calculator →
Unix Timestamp Converter
Epoch seconds to a readable date and back, in UTC and in your own time zone.
Open calculator →
Roman Numeral Converter
Numbers to Roman numerals and back, using the standard subtractive notation.
Open calculator →
Number Base Converter
Binary, octal, decimal and hex side by side, plus any base from 2 to 36.
Open calculator →
Base64 Encoder and Decoder
Encode text to Base64 or decode it back, with the URL-safe alphabet as an option.
Open calculator →
URL Encoder and Decoder
Percent-encode a query value or decode one, with the component and full-URL rules kept apart.
Open calculator →
JSON Formatter and Validator
Pretty-print or minify JSON, with the parse error pointed at the line that broke it.
Open calculator →
UUID Generator
Version 4 UUIDs from the browser cryptographic random source, in bulk if you need them.
Open calculator →
Color Converter
HEX, RGB and HSL of the same color at once, with the contrast against black and white.
Open calculator →
Aspect Ratio Calculator
Hold a ratio while you change one side, and see the simplified ratio of any size.
Open calculator →
Guides for these tools
Long-form answers behind 2 of the calculators above.
- How Long Should a Password Be?Eight characters with every symbol you can find: 5 hours. Twelve lowercase letters and nothing else: 6 days.
- Putting JSON in a URL: Validate, Minify, Percent-Encode, or Base64url?A decision guide for flattening, encoding, checking, and safely transporting JSON in a query string.