Skip to content

Help · Frequently asked

21=answers in one place

Everything most people want to know, grouped by chapter.

Frequently asked.

The questions that come up most often, gathered onto one page so you can search, scan and skim without leaving the tab.

3

Bộ chuyển đổi

Chuyển mọi đơn vị — chiều dài, cân nặng, nhiệt độ, thể tích, diện tích, tốc độ, năng lượng, kích thước dữ liệu và nhiều hơn nữa.

Are these conversions accurate?

Yes. Every unit conversion uses double-precision floating-point math (15+ significant digits) with the official conversion factors.

Do I need to install anything?

No — every converter runs entirely in your browser. There's no signup, no download, no upload.

Can I share a specific conversion?

Yes. The URL updates with your input value and units, so you can bookmark or share any result directly.

3

Máy tính

Tài chính, ngày và giờ, sức khỏe và thể chất, nấu ăn và kiểu chữ — các máy tính hàng ngày.

Are my financial or health data sent anywhere?

No. The calculators run locally; only the live exchange-rate endpoint is contacted, and only for public market data.

Where do currency rates come from?

Live mid-market rates from the European Central Bank, refreshed multiple times per hour.

Can I bookmark a specific calculation?

Yes — the inputs are encoded in the URL so you can share or save any scenario.

3

Công cụ định dạng & Mã

Định dạng, rút gọn và chuyển đổi JSON, XML, YAML, CSV, SQL, regex — cùng với các trình tạo mã, schema, framework, DevOps và kiểm thử.

Is my data sent to a server?

No. JSON, CSV, YAML, XML, regex and code-gen tools all run entirely in your browser — your data never leaves your device.

How big a payload can I paste?

Anything your browser can hold in memory — typically several megabytes. Very large files are best processed locally with a script.

Which languages can I generate types for?

TypeScript, C#, Java, Python, Go, Rust, Swift, Kotlin, Dart, Scala, Elixir, Haskell, C++ and PHP — from JSON or JSON Schema input.

3

Bộ mã hóa & Crypto

Base64, URL, hex, hàm băm, HMAC, JWT, khóa và mật mã cổ điển — tất cả đều ở phía máy khách, không bao giờ được ghi nhật ký.

Which hash and signature algorithms are supported?

SHA-1/256/384/512, HMAC, RSA, ECDSA, Ed25519 and PGP via the browser's Web Crypto API and OpenPGP.js. MD5 is intentionally omitted for security use.

Can I decode a JWT or X.509 cert safely here?

Yes. JWT, X.509 and PGP tools all run locally — tokens, certs and keys are parsed in your browser and never sent over the network.

Is Base64 Unicode-safe?

Yes — input is normalised to UTF-8 before encoding so accented characters, emoji and CJK round-trip correctly.

3

Trình tạo

UUID, mật khẩu, mã QR, lorem ipsum, dữ liệu giả và công cụ chọn ngẫu nhiên — tính ngẫu nhiên mã hóa được tích hợp sẵn.

Are passwords I generate ever logged?

Never. Passwords are produced by crypto.getRandomValues in your browser and are not transmitted anywhere. The password vault is encrypted client-side too.

How random are the UUIDs and tokens?

All identifiers use the Web Crypto API's CSPRNG — the same source browsers use for TLS — so they're cryptographically suitable for tokens and keys.

Can I generate codes in bulk?

Yes — UUIDs, passwords and QR codes all support batch generation with one click, downloadable as text or zip.

3

Tệp & Đa phương tiện

Hình ảnh, âm thanh, video, PDF, sách điện tử và tiện ích tệp — tất cả đều trong trình duyệt của bạn.

Are my files uploaded anywhere?

No. Image, audio, video, PDF and spreadsheet tools all process your files locally in your browser. Nothing is uploaded, stored or logged.

What image formats can I convert between?

PNG, JPG, WebP, AVIF, HEIC, JFIF and SVG — plus resize, crop, rotate, compress, strip EXIF metadata and run a full image editor.

How are audio and video processed?

All edits run client-side via FFmpeg-wasm or the browser's native Audio/Video APIs. Files stay on your device.

3

Màu sắc & Thiết kế

Màu sắc, bảng màu, độ tương phản, chuyển màu và các đơn vị CSS.

Which color formats are supported?

HEX, RGB, HSL, OKLCH (perceptually uniform) and named CSS colors — convert between any of them in either direction, plus pick from images.

Can I check WCAG accessibility contrast?

Yes. The contrast checker reports the ratio plus pass/fail for AA and AAA at both regular and large text sizes, and the color-blindness simulator previews common conditions.

Do the CSS generators output Tailwind?

Where it applies, yes — the Tailwind colour finder maps any HEX/RGB to the closest Tailwind class.

Didn't find the answer you were looking for?

Send us a message