If you want the steps, gotchas, and right tool before you start, begin here.
Finish your task with clear steps
Step-by-step how-to guides for common file, text, image, data, and everyday tasks, with direct links to the right tools.
Each guide explains when to use it, what to do, and which tool to open next.
Start with common tasks, then browse the full how-to directory.
Start with these popular guides
If you want a clearer explanation before you start, these are the best first reads.
How to Merge PDF Files in the Browser
A browser-first workflow for combining multiple PDFs, reordering the file list and continuing into the next document step.
- Start with file order
- Merge locally for lighter privacy concerns
Markdown, HTML, PDF and DOCX Content Flow
A practical way to move lightweight writing content between Markdown, HTML, PDF and Word without leaving the browser.
- Markdown and HTML are usually the cleanest middle formats
- Export is often the last mile
UTF-8 vs Shift-JIS Checks in the Browser
A practical guide to comparing text bytes across UTF-8 and Shift-JIS before you blame copy, transport or backend decoding issues.
- Compare bytes first
- Round-trip checks are useful
JSONPath Query Examples for API Payloads
Use JSONPath to find nested values inside API responses without scrolling blindly through every object and array.
- Start with one narrow path
- Matched paths matter too
More explanations and tips
Cron Expression Examples for Jobs and Servers
A practical way to translate cron syntax into plain language and verify the next few execution times before deploying.
- Human-readable text prevents many mistakes
- Preview more than one future run
- Treat local timezone assumptions carefully
Timezone Conversion for Launches and Meetings
Convert one launch window or meeting time across regions without second-guessing the UTC offset by hand.
- Start from one source timezone
- Compare offsets and formatted dates together
- Live mode helps during active launches
QR Code Generator and Decoder Browser Workflow
A simple browser-first flow for creating QR codes from text and decoding QR images back into links or plain content.
- Generate from the exact text you want to share
- Decode screenshots and received images
- Keep the output short when possible
EXIF and GPS Checks Before Publishing Images
Inspect EXIF camera data and GPS coordinates before a photo goes public, then continue into watermarking or optimization if needed.
- Check location data first
- Review capture time and device tags
- Continue into watermarking only after metadata review
Hex and Byte Inspection in the Browser
A practical workflow for reading text or file headers as hexadecimal bytes, then converting them back to readable output.
- Start from the format you already have
- File headers reveal a lot quickly
- Keep the edited byte sequence clean
RSA Public and Private Key Basics Online
Use a browser tool to generate RSA keys, encrypt short text, and understand the role of public and private keys in simple workflows.
- Public key encrypts, private key decrypts
- Keep the payload short
- Generate, test, then export
JSON and CSV Conversion in the Browser
A practical workflow for moving small datasets between JSON arrays, CSV tables and lightweight browser-side checks.
- Choose the right direction first
- Watch headers and delimiters
- Validate structure before sharing
How to Inspect JWT Payloads Without Sending Tokens Away
Understand JWT header and payload fields locally before you debug authentication issues or share token contents with teammates.
- Look at claims before signatures
- Time fields explain many auth issues
- Local decoding reduces unnecessary exposure
Docker Run to Compose Migration Basics
A simple way to turn one-off docker run commands into cleaner Compose service blocks you can keep maintaining.
- Extract the core service fields
- Use the generated block as a draft
- Compose is easier to share with a team
Word Count for Essays and Articles
How to count words, Chinese characters and reading time for essays, articles and mixed-language drafts.
- Why word count matters
- When to use mixed-language counting
- Recommended workflow
How to Count Mixed Chinese and English Text
A practical guide to counting Chinese and English in the same document without relying on a single-language rule.
- The common counting mistake
- What to review separately
- Useful companion tools
Format JSON Online Before Sharing or Debugging
A fast workflow for validating, formatting and inspecting JSON in the browser before you send it to teammates or APIs.
- Start with validation
- Use outline views for large payloads
- Sort keys when reviewing changes
JSON Validator vs JSON Formatter
Understand when you need validation, when you need formatting, and when a single browser page can do both.
- Validation finds broken syntax
- Formatting improves review speed
- One page can handle both tasks
Base64 Encode and Decode in the Browser
When to use Base64, when to use URL encoding, and how to decode copied strings safely in a browser tool.
- Base64 is not encryption
- Know the difference from URL encoding
- Browser-side decoding is convenient
How to Clean Text Before Import
A practical checklist for trimming blank lines, deduplicating rows and normalizing copied content before import.
- Clean the text before mapping fields
- Keep line-based structure stable
- Check structured content separately
Convert a Timestamp to a Readable Date
A practical explanation of 10, 13 and 16 digit timestamps, with examples for logs, exports and API debugging.
- Recognize the digit length
- Use batch mode for logs
- Generate timestamps from local time
How to Generate UUIDs for Testing
Use browser-side UUID generation for sample records, demo data and quick development placeholders.
- Good for demos and fixtures
- Multiple values save time
- Keep formatting consistent
Use SHA-256 Online for Quick Text Checks
A simple workflow for hashing copied text, comparing versions and running lightweight verification checks.
- Use the same algorithm consistently
- Useful for quick before-and-after checks
- Browser tools are enough for short inputs
How to URL Encode a Query Parameter
When to encode only the parameter value, when to encode a full URL, and how to inspect the result safely.
- Encode the value, not always the whole URL
- Inspect the decoded structure
- Do not confuse URL encoding with Base64
Use a Unit Converter for cm, inch, kg and lb
A quick guide for switching between common metric and imperial units without opening a spreadsheet.
- Keep the category correct first
- Two-way inputs save repetitive typing
- Useful for shopping, travel and study
Reading Time Calculator for Blog Posts
Estimate reading time for articles, drafts and bilingual posts before publishing.
- Use reading time as a pacing signal
- Mixed-language posts need better handling
- Review counts and reading time together
Keyword Density Checks for Bilingual Content
Check repeated terms in English and Chinese content without relying on a single-language counting rule.
- Density is more useful after cleanup
- Mixed-language keywords need context
- Use exclusions when needed
Percentage Change Formula for Everyday Checks
How to calculate increase, decrease and percentage difference without opening a spreadsheet.
- Know which percentage question you have
- Use a calculator for one-off checks
- Pair with unit conversion when needed
Browser Encryption Basics with AES, DES and RSA
A practical way to compare symmetric and asymmetric encryption workflows before you move into app code or backend integrations.
- Use symmetric crypto for shared-secret workflows
- Use RSA for public and private key flows
- Check mode, padding and output format together
IPv4 CIDR and Subnet Quick Checks
Understand network address, mask, host range and reverse PTR results before you update firewall, route or IP documentation.
- Start with the exact host and prefix
- Private vs public matters immediately
- PTR helps when you document reverse DNS
Exchange Rate Checks for Pricing and Billing
Compare live and historical currency results before you quote prices, settle invoices or review multi-currency numbers.
- Keep the base amount fixed first
- Historical dates explain old invoices better
- Compare forward and reverse rates together
Debug Protobuf Payloads with Browser Tools
Use a schema, message type and binary preview together to understand what a Protobuf payload contains before you open heavier tooling.
- Parse the schema before touching the bytes
- Compare Base64 and Hex views when needed
- Use a hex viewer when the payload still looks wrong
Read the steps first, then open the matching tool
If you want the formula, field meaning or workflow before using a tool, how-to pages are the smoother entry point.