Utility Tools
Use these utility tools for quick everyday conversions and generators in your browser.
-
File Compressor Online: Pick the Right Tool by File Type
Free file compressor online: ZIP a folder, compress JPG/PNG photos, convert HEIC to JPG, or merge PDFs - the right tool for each input, in your browser.
-
Milliseconds to Date Converter - Epoch to Readable Time
Convert any Unix millisecond timestamp to a readable date - paste 1713538800000, get UTC + local time instantly.
-
Current Time in Milliseconds - Live Epoch Timestamp
Get current time in milliseconds online - live Unix epoch reading updated every second.
-
QR Code Generator Online - Free URL, Text, Wi-Fi QRs
QR code generator online - create a scannable QR for a URL, short text, contact vCard, or Wi-Fi credential.
-
Đo nồng độ cồn trực tuyến
Giúp bạn uớc luợng đuợc nông độ cồn so vơi luợng bia/ruợu bạn đã uống dựa trên thể trạng của bạn để bạn quyết định bạn có thể tự chạy xe về hay không.
-
Chuyển đổi sang Tiếq Việt mới trực tuyến
Bộ chuyển đổi tiếng Việt kiểu mới.
-
To-Do List - Free Online, No Sign-Up
Keep a to-do list in your browser - add items, check them off, and delete them.
-
Unit Converter - Free Online, No Sign-Up
Convert between units in 10 categories - length, weight, temperature, and more - in your browser.
-
Font Generator - Free Online, No Sign-Up
Style your text with a font, size, weight, colors, spacing, and an optional shadow, then save it as a PNG or copy it.
-
Private AI Chat - In Your Browser, No Upload
A private AI chat that runs entirely in your browser.
-
Analog Clock Online - Live Clock Display
Show the current time as a live analog clock in your browser.
-
Digital Clock Online - Large Live Time Display
Digital Clock Online - Show the current time as a large HH:MM:SS digital readout with today's date, right in your browser.
-
Countdown Timer Online - Set Minutes and Seconds
Countdown Timer Online - Set any duration in minutes and seconds, then start, pause, or reset the count down right in your browser.
-
Online Stopwatch - Start, Stop, and Record Laps
Time anything to the hundredth of a second right in your browser.
-
Online Alarm Clock - Set a Time and Watch It Fire
Online Alarm Clock - Set an alarm time and watch for the on-screen alert, right in your browser.
-
Wheel Spinner Online - Spin to Pick a Random Name
Wheel Spinner Online - Type names or options, spin the wheel, and get a fair random winner right in your browser.
-
Dice Roller Online - Roll Virtual Dice Free
Dice Roller Online - Roll 1 to 10 dice and get a fair random result right in your browser.
-
Coin Flip Online - Flip a Virtual Coin Free
Coin Flip Online - Flip a virtual coin for a fair heads-or-tails result right in your browser.
-
Random Number Generator Online
Generate a fair random number between a minimum and maximum you set, right in your browser - no upload, no account.
-
Random List Shuffler - Free Online
Random List Shuffler - Paste a list of names or items and get a fair random order right in your browser.
-
Yes or No Wheel - Spin for a Fair Answer
Yes or No Wheel - Spin a wheel pre-set to Yes and No for a fast decision, or edit the list to pick from any options at random.
-
Password Generator - Strong Random Passwords in Your Browser
Create a strong random password in your browser.
-
Online Voice Recorder - Free Online
Online Voice Recorder - Record your screen, camera, or microphone and download the clip - all in the browser.
-
Text to Speech - Free Online
Text to Speech - type or paste text and hear it read aloud in your browser.
-
Speech to Text - Free Online
Speech to Text - Convert a SPEECH input into a TEXT output - one step, in the browser.
-
Habit Tracker - Free Online
Habit Tracker - Keep a habit list in the browser - add, check off, and delete items.
-
Grocery List - Free Online
Grocery List - Keep a grocery list in the browser - add, check off, and delete items.
-
QR Code Scanner - Free Online
QR Code Scanner - M1: Find out what a QR code says from a screenshot or saved photo - choose the image and the decoded text appears in seconds, no app inst...
-
Percentage Calculator - Free Online
Percentage Calculator - Work out a percentage of a number, the reverse (what percent one number is of another), or a percent change.
Everyday utilities that save time
Utility tools are the quick helpers you need for day-to-day tasks. Sometimes the job is as simple as converting a timestamp, generating a QR code, or estimating a value. This hub brings those lightweight tools into one place so you can solve small problems quickly without hunting through menus or installing separate apps.
These tools are designed for speed and clarity. They are ideal for developers, students, and anyone working with data or documents. Because they run in the browser, you can use them from any device, at home or at work, and get a reliable result in seconds.
Utility tools also pair well with other workflows. For example, you can generate a QR code for a PDF you just created, or convert timestamps when reviewing log files from developer tools. The focus is on short, repeatable tasks that do not require a complex interface, so you can get in, get the result, and move on.
Common utility workflows
- Timestamp conversions: Translate milliseconds into readable dates, or the reverse.
- Quick sharing: Generate QR codes for URLs, text, or contact details.
- Reference calculations: Use the alcohol estimator to understand approximate values.
- Language conversion: Convert Vietnamese text into a different writing style.
Tips for accurate outputs
When working with timestamps, confirm the unit you are using. Many systems store time in milliseconds, but some use seconds, so a quick check can prevent errors. For QR codes, test a scan with your phone to make sure the output is readable and points to the correct destination. For calculators, treat results as estimates and not official measurements.
Language conversions may be sensitive to spacing and punctuation, so review the output for context before publishing. As with all tools, data is processed only for the time required to complete the task and then removed.
If you are sharing a QR code publicly, make sure the destination link is stable and safe for users. For time conversions in code or logs, document the timezone so others can reproduce your results. Utility tools are meant to help you move quickly, but a quick verification step can prevent downstream mistakes.
For the alcohol estimator, input values carefully and remember results depend on personal factors, so use it for awareness rather than formal measurement.
Quick comparison
| Tool | Best for | Input | Output |
|---|---|---|---|
| Get Time in Millisecond | Current timestamp | One click | Millisecond value |
| Milliseconds to Date | Readable time | Millisecond timestamp | Date/time string |
| QR Code Generator | Fast sharing | Text or URL | Scannable QR code |
Use cases you can copy
Log reviews: Convert millisecond timestamps to readable dates when you're scanning server or analytics logs.
Link sharing: Generate a QR code for an event page, menu, or Wi‑Fi note and print it on a sign.
Debugging: Grab the current millisecond time to create test data or compare durations between two events.
Get time vs convert time
Use Get Time in Millisecond when you need "now". Use Milliseconds to Date when you already have a timestamp and need to read it in human terms (and confirm timezone/format).
Accuracy note: unit conversion and UTC vs local time
Utility tools live or die on small accuracy details. Two details trip people up the most.
- Floating-point drift in unit conversions. Browser math uses IEEE 754 doubles, so chained conversions (inch → cm → mm, or °F → °C → K) can drift at the third or fourth decimal. If you need bit-exact results, round at the end of the chain, not in the middle.
- Millisecond timestamps are UTC; displayed dates are local. A value like
1776495426520is milliseconds since the Unix epoch in UTC. When a tool renders it as a date, the string you see uses your browser's current timezone unless the output explicitly saysZ(UTC) or carries an offset like+07:00. When sharing a timestamp with a teammate in a different timezone, include the timezone or paste the ISO 8601 form:2026-04-18T12:34:56.520Z.
Browser clock vs server clock. The millisecond reading comes from your device. If your system clock is skewed, so is the output. For server-side logs, pair these tools with the server's own timestamp and convert both.
Not sure which utility fits? The site map is the full index of tools, guides, and pages on the site.
Last reviewed: 2026-06-30
Free Tool Online Editorial TeamWhy trust these tools
- Ten-plus years of web tooling. The freetoolonline editorial team has shipped browser-based utilities since 2015. The goal has never changed: get you to a working output fast, without an install.
- No install, no sign-up. Open a tool and get a working output in seconds - nothing to download and no account to create. Tools that need heavy processing run it on our service, so even a low-powered machine gets the job done.
- Analytics stops at the page view. We measure which pages get visited, not what you type or upload inside a tool. There is nothing to sign in to and no profile is attached to your input.
- Open-source core components. The processing engines underneath (libheif, libde265, pdf-lib, terser, clean-css, ffmpeg.wasm, and others) are public and audit-able. We link to each one in its tool page's footer.
- Free, with or without ads. All tools are fully functional without sign-up. The Disable Ads button in the header is always available if you need a distraction-free run.
Frequently Asked Questions
Is the timestamp I get in local time or UTC?
The raw millisecond value from Get Time In Millisecond is UTC - it counts milliseconds since the Unix epoch. When Milliseconds to Date renders a readable date, the string uses your browser's local timezone unless it ends in Z or carries an explicit offset like +07:00.
What size QR code should I generate for a printed sign?
For a sign someone scans from 1-2 meters away, aim for at least 3×3 cm printed. The QR Code Generator output is vector-ready, so you can scale up without blur. Always scan-test the printed output with the oldest phone you plan to support.
Can I trust the alcohol calculator for a legal or medical decision?
No. Đo nồng độ cồn trực tuyến gives an estimate based on body mass, drink type, and time. Actual blood alcohol depends on metabolism, food, and medication. Use it for awareness, not for driving decisions.
What does the Tiếq Việt converter do?
Chuyển đổi sang Tiếq Việt mới trực tuyến is a Vietnamese text-transformation tool that rewrites standard Vietnamese into the Tiếq Việt experimental orthography. Review the output carefully - it changes spelling, not meaning.
Where do I find tools for developers or designers?
See Developer Tools for minifiers, JSON, and text diffing. For image, PDF, or video work, use the category-specific hubs linked from the home page. The utility hub focuses on everyday measurement, timestamp, and generator tools that don't fit those categories.
Which tool should you use?
- Get Time In Millisecond to capture the current timestamp.
- Convert Time In Millisecond To Date to read a timestamp in human terms.
- QR Code Generator to create scannable codes for links and text.
- Đo nồng độ cồn trực tuyến for an estimated alcohol calculation.
- Chuyển đổi sang Tiếq Việt mới trực tuyến for Vietnamese text conversion.
Quick decisions: which utility tool should you open first?
The utility category covers three frequent tasks. This is the fastest path from the task you have in mind to the tool that does it:
Reading or sharing a Unix millisecond timestamp. Convert Milliseconds to Date takes a value like 1776495426520 and returns a readable date + time in both your local timezone and UTC. Paste the value from a log line, a database row, or an API response; copy the formatted date back into a ticket or chat.
Capturing the current timestamp for a bug report or test fixture. Get Time in Millisecond reads your browser clock and returns the current epoch millisecond value. Refresh the page to sample a new reading, or copy the value into a log entry, a test-data seed, or a timing comparison.
Encoding a short link, contact card, or Wi-Fi credential into a QR code. QR Code Generator produces a scannable PNG you can paste into a flyer, table tent, email signature, or printed document. Common inputs: event URLs, menus, Wi-Fi SSID+passphrase, contact vCards, short notes.
Hashing a short string for a quick checksum. MD5 Converter (a bridge to the developer tools) generates an MD5 hash from any input - useful for file-integrity checks, de-duplication keys, or validating a checksum shared in a README.
All utility tools run in your browser. Timestamps are read from your local clock, QR codes are rendered on the page, and nothing is sent to a server. That makes these tools safe for sharing Wi-Fi credentials or internal URLs without leaving a hosted paste trail.