How-to Guides

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.

31 how-to guides Bilingual coverage Follow steps, then open the tool
Start here

Start with these popular guides

If you want a clearer explanation before you start, these are the best first reads.

All how-to guides

More explanations and tips

How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
How-to guide

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
3 key points Read, then use
Advertisement
Browse paths

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.