Currency Code to Symbol Converter - Online ISO 4217 Lookup
Enter a three‑letter currency code like USD or EUR and instantly see the corresponding symbol and number of decimals. Quick developer reference.
UD5 Toolkit
YYYY-MM-DDTHH:mm:ss.sssZ — for example, 2024-01-15T14:30:00.000Z. The T separates the date from the time, and the Z indicates UTC (Coordinated Universal Time). This format is unambiguous, sortable, and widely used in APIs, databases, and programming languages like JavaScript, Python, and Java.
+08:00, -05:00) or the UTC indicator Z, the tool preserves this information accurately. If no time zone is specified, the tool assumes your local time zone based on your browser settings. The results display both the UTC representation and the local-time ISO format with the correct offset, so you always know exactly what time is being represented.
03/04/2024, it's unclear whether this means March 4th (US) or April 3rd (European). The tool uses smart heuristics: if the first number is greater than 12, it's treated as a day (DD/MM/YYYY). If both numbers are ≤12, it defaults to US order (MM/DD/YYYY). When in doubt, use an unambiguous format like ISO 8601 or spell out the month name.
T is simply a delimiter that separates the date portion from the time portion (it stands for "Time"). The Z at the end stands for "Zulu time," which is another name for UTC (Coordinated Universal Time, GMT+0). So 2024-01-15T14:30:00Z means January 15, 2024, at 2:30 PM UTC. If you see +05:00 instead of Z, that indicates a 5-hour offset ahead of UTC.
1705312200, or a 13-digit number (milliseconds since epoch) like 1705312200000, it will convert them to a human-readable ISO 8601 date instantly. The tool also outputs the Unix timestamp in both seconds and milliseconds for any parsed date.
2024-01-15T14:30:00Z) is designed for machine parsing and sorting — it's numeric, sortable, and unambiguous. RFC 2822 (Mon, 15 Jan 2024 14:30:00 +0000) is a human-readable format used in email headers and older internet protocols. ISO 8601 is now the preferred standard for APIs, JSON data, and modern software development because it's easier for both humans and machines to work with.
Z suffix) for a universal reference. The "ISO DateTime with Offset" variant shows the same moment in your local time zone with the correct offset (e.g., +08:00 or -05:00). This dual display ensures you can use the format that best fits your needs — whether you're working with a global API or a local application.
YYYY-MM-DD → Date only (2024-01-15)YYYY-MM-DDTHH:mm:ssZ → UTC datetimeYYYY-MM-DDTHH:mm:ss±HH:MM → With offsetYYYY-MM-DDTHH:mm:ss.sssZ → With millisecondsYYYY-Www-D → Week date (2024-W03-1)YYYY-DDD → Ordinal date (2024-015)Enter a three‑letter currency code like USD or EUR and instantly see the corresponding symbol and number of decimals. Quick developer reference.
Paste an HTML table snippet and instantly get the data as CSV or JSON. Handy for scraping and data migration. Local.
Extract all email addresses from a text block using a regex pattern. Deduplicate and sort results. Handy for lead extraction. Data stays on your machine.
Enter a hexadecimal string and decode it as a 32‑bit or 64‑bit floating‑point number. Low‑level developer tool.
Enter a decimal number and see its 32‑bit and 64‑bit IEEE 754 representation. Learn sign, exponent, mantissa.
Paste an image from your clipboard directly into the page (Ctrl+V) and extract its color palette. No file dialog needed.
Trace the edge of an object in an image and generate a CSS clip‑path polygon. For non‑rectangular layouts.
Use the new `name` attribute on <details> to create an exclusive accordion with zero JavaScript. Copy the clean HTML.
Generate Time‑based One‑Time Passwords locally by entering a base32 secret. Verify your authenticator setup without a phone.
Log when you last replaced the filter and get a reminder every 2‑4 weeks. Keep your pet's water fresh.
Check WHOIS information for any domain: registrar, expiration date, and name servers. Quick and private using public WHOIS data aggregators.
Derive a strong cryptographic key from a password using PBKDF2 with SHA‑256. Adjust iterations and salt. Educational and test tool.
See how a computer decides even/odd by looking at the least significant bit. Enter decimal or binary.
Identify common invertebrate fossils (ammonite, trilobite, brachiopod) from sketches. Amateur paleontology.
Check WHOIS information for any domain: registrar, expiration date, and name servers. Quick and private using public WHOIS data aggregators.
Check if a password appears in the Have I Been Pwned database using k‑Anonymity. Only the first 5 characters of the hash are sent.
Experiment with the Federated Credential Management API. Simulate a sign‑in flow without third‑party cookies. Privacy‑first.
Generate Argon2id hashes in the browser using a WASM compilation. Choose memory, iterations, and parallelism. Secure local hashing.
Comprehensive room‑by‑room checklist for hosts. Track tasks and timing.
Overlay a protractor to understand ideal hoof‑pastern axis. Educational for horse owners.
Configure and generate a pure CSS accordion with details/summary styling. Copy the HTML/CSS. Accessible and lightweight.
Convert hex or RGB to CIELAB L*a*b* values. Understand perceptual lightness and color opponents. Local math.
Calculate the exact number of days, weeks, months, and workdays between two dates. Visual calendar highlights. Perfect for projects.
Convert between Gregorian and Hijri (Islamic) dates. Approximate visual reference. Local algorithm.
Convert a Gregorian calendar date to its Julian Day Number and vice versa. Used in astronomy and mainframe computing.
Translate between binary and Gray code (reflected binary code). See the bit changes. Useful for digital logic.
Encode decimal integers into signed magnitude binary representation and decode back. Learn computer arithmetic.
Convert a decimal number to 32-bit single precision IEEE 754 format. See sign, exponent, mantissa bits. Developer tool.
Paste a raw cookie string and see a formatted key‑value table. Debug session cookies and understand flags. Runs in browser.
Convert any date into Roman numerals (day‑month‑year) for tattoos or special occasions. Clean and local.