A set of utilities built for the kinds of quick tasks developers do dozens of times a week. The Base64 encoder and decoder handles arbitrary text and binary data. The URL encoder deals with special characters, spaces and Unicode. The hash generator produces MD5, SHA-1, SHA-256 and SHA-512 digests side by side. The JSON formatter pretty-prints or minifies JSON and flags syntax errors clearly. The password generator creates strong random passwords or memorable multi-word passphrases. The QR code generator turns any text, link or Wi-Fi login into a downloadable code. The colour converter translates between hex, RGB and HSL notation in real time. The user agent parser and subnet calculator work entirely in the browser too. All of these run client-side, so nothing you type leaves your device — which matters when you are hashing passwords or encoding tokens. The two IP tools are the deliberate exception: looking up an address needs a database on our server, so those pages say so plainly and explain exactly what is and is not kept.
Developer tools
Encoders, generators and utilities for developers — all client-side.
Base64 Encoder & Decoder
Encode text to Base64 or decode it back, instantly in your browser.
URL Encoder & Decoder
Encode or decode URL components — handles special characters, spaces and Unicode safely.
Hash Generator (MD5 / SHA)
Generate MD5, SHA-1, SHA-256 and SHA-512 hashes of any text — all four shown at once.
JSON Formatter & Validator
Paste JSON to format it with 2-space indentation, or minify it — invalid JSON shows a clear error.
Password Generator
Generate a strong random password, or a memorable multi-word passphrase.
QR Code Generator
Turn any text, link or Wi-Fi login into a QR code — generated in your browser as SVG or PNG.
Colour Converter (Hex, RGB, HSL)
Convert colours between hex, RGB and HSL notation — change any and the other two update live.
User Agent Parser
Break down any browser user agent string into browser, engine, operating system and device.
IP Subnet Calculator
Work out network address, broadcast, usable host range and host count from any IPv4 or IPv6 CIDR block.
IP Address Lookup
Look up any IPv4 or IPv6 address — network operator, ASN, country and address type, from a local database.
What Is My IP Address?
See the IP address you are connecting from, which network it belongs to, and what it does and does not reveal.