Guess the Idiom Game – Online Literal vs Figurative
See a literal illustration of an idiom and guess the phrase. Fun for English learners.
UD5 Toolkit
Write the dollar amount in words on the line below "Pay to the Order of." For example, $1,234.56 becomes "One thousand two hundred thirty-four and 56/100 dollars." Always include the cents as a fraction over 100, and draw a line through any remaining blank space to prevent tampering.
On a check, the word "and" separates the dollar amount from the cents. For instance, $150.75 is written as "One hundred fifty and 75/100 dollars." The "and" replaces the decimal point and indicates where the fractional (cents) portion begins. It's a crucial legal element of check writing.
Cents are written as a fraction: the number of cents over 100 (e.g., "45/100" for 45 cents). Even if there are no cents, you should write "00/100" or "no/100" to indicate zero cents. Never leave the cents portion blank, as it could be fraudulently altered. For amounts under $1, write "Zero dollars and XX/100."
Large numbers follow a grouping pattern: ones, thousands, millions, billions. Each group of three digits is read with hundreds, tens, and ones. Groups are separated by the scale word (thousand, million, billion). In American English, "and" is generally omitted between hundreds and tens (e.g., "one hundred twenty" not "one hundred and twenty"), though British English includes it.
Generally, banks honor the written (word) amount over the numerical amount if there's a discrepancy. If both are incorrect or ambiguous, the check may be rejected. That's why it's critical to write the amount accurately in words — the written words are considered the legal amount. Always double-check both fields before signing.
There's no legal maximum for a personal check, but your bank may have daily limits, and the recipient's bank may place holds on large amounts (typically over $5,000-$10,000). For very large sums, a cashier's check or wire transfer is often preferred. This tool supports amounts up to $9,999,999,999.99 — more than sufficient for any personal check.
The dual-format requirement (numerical + written words) serves as a fraud-prevention measure. It's harder to alter both formats consistently. If someone tries to change "$100" to "$1,000" in the numerical box, the written words "One hundred" would expose the discrepancy. This redundancy has been a standard banking security practice for centuries.
Yes. In the US, checks typically use the format "One hundred twenty-three and 45/100 dollars." In the UK, it's more common to write "One hundred and twenty-three pounds and forty-five pence." British English includes "and" between hundreds and tens, while American English often omits it except before the cents fraction. This tool defaults to the US check format.
See a literal illustration of an idiom and guess the phrase. Fun for English learners.
Convert a number like 1234.56 to English words 'one thousand two hundred thirty-four and 56/100'. For checks.
Randomly given base form, type past simple and past participle. Score tracking.
Enter a URL and click to check if it's reachable from your browser (CORS-limited, uses no-cors fetch). Quick manual test. Local only.
See your monitor's color depth and pixel depth. Detect if HDR or wide gamut is available using media queries.
Display your screen's current devicePixelRatio. See how it changes when you zoom. Useful for high‑res image decisions.
Type a number and see its full English word representation (e.g., 123 → one hundred twenty‑three). Supports large numbers.
Paste a GeoJSON object and validate its structure. Catch missing coordinates, wrong types, and feature errors. Local.
Paste HTML and detect unclosed tags, invalid nesting, and duplicate IDs. Lightweight client‑side validation.
Check if your site has a visible and functional skip navigation link. Key for keyboard‑only users.
Paste your SQL query and check for basic syntax errors. Highlights missing commas, wrong keywords. Local analysis.
Create a strong yet easy‑to‑remember passphrase from random common words. Combines 4‑6 words. Fully offline. XKCD compliant.
Paste a phone number and format it according to the E.164 standard. Identify country and detect common typos. Local parser.
Validate ISBN‑10 and ISBN‑13 numbers and compute their check digits. Useful for booksellers and libraries. All local.
Generate random, formatted ID numbers that match pattern rules for various countries. For testing input validation. No real data.
Paste a sentence and remove repeated words (keep first occurrence). For cleaning auto‑generated text. Local.
Convert standard Arabic numbers into formal Japanese/Kanji numerals (e.g., 123 → 百二十三). Also supports large numbers.
Get a common English idiom with its meaning and example. Perfect for ESL learners. Local collection.
Paste HTML or Markdown to count total words, unique words, heading distribution, and reading time. Content audit helper.
Paste a regular expression and get a step‑by‑step plain English explanation of what it does. Learn regex.
Validate if a version string follows SemVer 2.0.0. Also sort and compare versions. Developer tool.
Compare your password against a built‑in list of the 10,000 most common passwords. Instant warning if it appears.
Turn a cardinal number (23) into its ordinal form (23rd). Supports large numbers. Simple and quick.
Convert a numeric amount into English words, perfect for writing checks or legal documents. Supports USD/GBP styles.
Generate the next sequential invoice number with optional prefix and date stamp. Keep track locally or export.
Paste a string and verify if it is valid Base64. Auto‑detects padding issues and character errors. Quick dev check.
Type a word to see all its homophones with definitions. Avoid embarrassing mistakes (their/there/they’re). Static dictionary.
Type letters and discover all possible English words. Useful for word games like Scrabble. Dictionary lookup is client‑side.
Translate hexadecimal numbers to decimal integers. Instantly see the magnitude. A simple, private utility for developers and mathematicians.
Number each line of your text sequentially. Customize start number and format. Useful for code snippets, tutorials, and document review. Private operation.