// by
free tools for humans who build things
Chunky Munster mascot
All tools Text Numbers & Math Data formats Encoders Hash & Crypto Code & Dev Date & Time Design & Color Converters CSS Security Generators Finance Network SEO Health 📅 Calendars 📷 Social Media

Chunky Munster is a growing collection of free online developer tools — all running entirely in your browser, with no signup, no tracking, and no data sent to any server. From encoding & decoding (Base64, URL, HTML, Morse code) to cryptographic hashing (SHA-256, MD5, SHA-512, NTLM), data format conversion (JSON, CSV, XML, YAML, TSV) and text utilities (word count, case converters, diff checker, line tools) — everything you need in one fast, private tool hub. No ads. No sign-up walls. Just tools.

// All tools
Encoders
URL Encoder / Decoder
Encode or decode percent-encoded URLs instantly.
Use tool →
Encoders
Base64 Encoder / Decoder
Convert text or binary data to and from Base64.
Use tool →
Encoders
HTML Encoder / Decoder
Escape HTML special characters or decode entities back to text.
Use tool →
Encoders
Morse Code Encoder / Decoder
Translate text to Morse code and back.
Use tool →
Data formats
JSON Prettifier / Minifier
Format messy JSON or strip it down to one line.
Use tool →
Data formats
CSV to JSON Converter
Turn a CSV table into clean JSON in one click.
Use tool →
Hash & crypto
Hash Calculator
Generate MD5, SHA-1, SHA-256, SHA-512 hashes from any text.
Use tool →
Text
Text Case Converter
Convert text to UPPER, lower, Title, camelCase, snake_case, and more.
Use tool →
Text
Word & Character Counter
Count words, characters, sentences, and lines. See word frequency.
Use tool →
Text
Text Diff
Compare two blocks of text and highlight the differences.
Use tool →
Numbers
Number Base Converter
Convert between binary, octal, decimal, and hexadecimal.
Use tool →
Numbers
Unix Timestamp Converter
Convert UNIX timestamps to human-readable dates and back.
Use tool →
Text
Email Extractor
Pull every email address out of any block of text.
Use tool →
Text
URL Extractor
Extract every URL from any text. Cleans tracking params, dedupes, filters by domain or file type.
Use tool →
Numbers
Unit Converter
Imperial ↔ Metric. Speed, distance, weight, temperature, volume and area. Type in either field.
Use tool →
Numbers
Date Calculator
How many days ago was any date? How far away is a future date? Add or subtract days from any date.
Use tool →
Text
Word of the Day
Discover an unusual, beautiful English word every day — with definition, etymology, pronunciation, and translations.
Use tool →
Calendar
Space Calendar
Live rocket launch calendar — ISS missions, planetary events, NASA/ESA missions. Grid, timeline and list views. Pulls live data.
Use tool →
Security
Password Generator
Generate strong, cryptographically random passwords. Set length, toggle character types — nothing sent to any server.
Use tool →
Generator
QR Code Generator
Generate QR codes for any URL, text, phone, email or WiFi. Download as PNG. Free, no watermark.
Use tool →
Design
Color Converter
Convert colours between hex, RGB and HSL instantly. Includes a colour picker and live preview.
Use tool →
Text
Lorem Ipsum Generator
Generate lorem ipsum placeholder text — paragraphs, sentences or words, copy in one click.
Use tool →
Generator
UUID Generator
Generate v4 UUIDs (Universally Unique Identifiers) — 1 to 50 at a time, copy individually or all at once.
Use tool →
Converters
Markdown to HTML
Convert Markdown to clean HTML with a live rendered preview. Supports GFM: tables, fenced code, and more.
Use tool →
Data Formats
JSON to CSV
Convert JSON arrays to CSV for Excel or Google Sheets. Handles nested objects and custom delimiters.
Use tool →
Developer
Regex Tester
Test and debug regular expressions in real time. Highlights matches, shows groups and indices.
Use tool →
Developer
JWT Decoder
Decode JWT tokens instantly — see header, payload and expiry. Runs 100% in your browser, nothing sent anywhere.
Use tool →
Text
Remove Duplicate Lines
Remove duplicate lines from any text or list. Case insensitive mode, trim whitespace, sort output.
Use tool →
Text
Text Sorter
Sort lines alphabetically A–Z, Z–A, by length, numerically, or shuffle randomly. Works on any list.
Use tool →
Text
URL Slug Generator
Convert any text to a clean, SEO-friendly URL slug. Custom separator, stop word removal, lowercase.
Use tool →
Data Formats
XML Formatter
Pretty print or minify XML instantly. Validates structure and reports errors — browser-based, no uploads.
Use tool →
Data Formats
XML Validator
Validate XML for well-formedness — instant error messages with line & column numbers, document stats, and namespace detection.
Use tool →
Encoders
Caesar Cipher
Encode or decode text with Caesar cipher. ROT13 preset included. Any shift from 1 to 25.
Use tool →
Encoders
ROT13 Encoder / Decoder
Encode or decode text with ROT13 or ROT47. The same operation encodes and decodes.
Use tool →
Encoders
Text to Binary
Convert text to binary code (01001000…) and binary back to text. Supports ASCII and UTF-8.
Use tool →
Code Tools
HTML Minifier
Strip whitespace and comments from HTML to reduce file size for production.
Use tool →
Code Tools
CSS Minifier & Prettifier
Compress CSS to shrink file size or prettify CSS for easy editing — two modes in one.
Use tool →
Code Tools
JavaScript Minifier
Minify JS to shrink file size or beautify compressed scripts for reading and debugging.
Use tool →
Data Formats
JSON to YAML
Convert JSON to YAML format instantly — useful for Docker, Kubernetes and GitHub Actions configs.
Use tool →
Data Formats
YAML to JSON
Convert YAML to JSON format instantly — validates syntax and strips comments.
Use tool →
Text
Text Reverser
Reverse text characters, reverse word order, reverse each word, or flip line order.
Use tool →
Generators
Random Number Generator
Generate random integers, decimals, or unique number lists using a cryptographically strong source.
Use tool →
Hash & Crypto
Bcrypt Generator
Hash passwords with bcrypt or verify a password against a bcrypt hash — browser-side, no uploads.
Use tool →
Data Formats
XML to JSON
Convert XML to JSON format instantly — attributes preserved, browser-side.
Use tool →
Data Formats
JSON to XML
Convert JSON to well-formed XML — handles arrays, custom root element.
Use tool →
Data Formats
HTML to Markdown
Convert HTML to clean Markdown — headings, links, tables, code blocks.
Use tool →
Encoders
Image to Base64
Encode PNG, JPG, GIF or SVG as a Base64 data URI for embedding in HTML or CSS.
Use tool →
Encoders
URL Parser
Break any URL into protocol, host, path, query parameters and fragment.
Use tool →
Numbers
Numbers to Words
Convert any number to its English word form — cardinal or ordinal.
Use tool →
Encoders
Text to Hex
Convert text to hexadecimal and hex back to text — UTF-8 aware.
Use tool →
Generators
Random String Generator
Generate cryptographically random strings, tokens and API keys.
Use tool →
Text
Word Frequency Counter
Count and rank word frequencies in any text — stop words, CSV export.
Use tool →
Text
Add Line Numbers
Add customisable line numbers to any text — start number, padding, separator.
Use tool →
Encoders
Base32 Encoder / Decoder
Encode or decode Base32 strings — RFC 4648, used in TOTP 2FA secrets.
Use tool →
Data Formats
JSON Validator
Validate JSON syntax, pinpoint errors by line, format or minify.
Use tool →
Text
Remove Empty Lines
Strip all blank and empty lines from text — with whitespace and reduction options.
Use tool →
Data Formats
HTML to Text
Strip HTML tags and extract clean plain text — entities decoded, structure preserved.
Use tool →
Text
Letter Frequency Counter
Count and chart letter frequencies in any text — useful for cryptanalysis.
Use tool →
Text
Whitespace Cleaner
Trim, collapse and fix whitespace — leading spaces, double spaces, tabs.
Use tool →
Data Formats
CSV ↔ TSV Converter
Convert CSV to tab-separated and back — handles quoted fields correctly.
Use tool →
Numbers
Scientific Notation
Convert numbers to scientific notation and back — E notation and × 10ⁿ format.
Use tool →
Numbers
Roman Numeral Converter
Convert numbers to Roman numerals and back — supports 1 to 3,999,999.
Use tool →
Text
Text Repeater
Repeat any text or string multiple times — custom separator and numbering.
Use tool →
Data Formats
JSON String Escaper
Escape or unescape special characters in JSON strings instantly.
Use tool →
Data Formats
JSON to TSV
Convert a JSON array of objects to tab-separated values.
Use tool →
Data Formats
TSV to JSON
Convert tab-separated values to a JSON array with header-based keys.
Use tool →
Data Formats
YAML to CSV
Convert YAML sequences (arrays) to CSV format instantly.
Use tool →
Data Formats
CSV to YAML
Convert CSV data to YAML format — first row becomes keys.
Use tool →
Data Formats
XML to CSV
Convert XML records to CSV — child elements become columns.
Use tool →
Numbers
Seconds to H:M:S
Convert seconds to hours, minutes and seconds — and back.
Use tool →
Numbers
IP Address Converter
Convert IPv4 addresses to binary, hex, decimal and octal.
Use tool →
Code
HTML Prettifier
Format and indent HTML with consistent spacing — readable source code.
Use tool →
Code
CSS Prettifier
Format and beautify CSS — or minify it for production.
Use tool →
Code
JS Prettifier
Prettify or minify JavaScript code — uses the same engine as your code editor.
Use tool →
Code
JS Validator
Check JavaScript syntax for errors — reports line and column numbers.
Use tool →
Code
XML Minifier
Strip whitespace and comments from XML to reduce file size.
Use tool →
Data Formats
JSON Minifier
Minify JSON to strip all whitespace — compact output for APIs.
Use tool →
Numbers
Number Base Converter (Multi)
Convert between binary, octal, decimal, hex, base 32 and base 64 simultaneously.
Use tool →
Data Formats
CSV to XML
Convert CSV data to XML format — custom root and row element names.
Use tool →
Data Formats
JSON to Text
Flatten JSON to readable key-value plain text with dot notation.
Use tool →
Data Formats
TSV to CSV
Convert tab-separated values to CSV — handles quoted fields.
Use tool →
Encoders
Text to HTML Entities
Convert text characters to HTML entity codes — encode all or just unsafe chars.
Use tool →
Hash & Crypto
All Hashes Calculator
Generate MD5, SHA-1, SHA-256, SHA-384 and SHA-512 all at once.
Use tool →
Hash & Crypto
MySQL Password Hash
Generate a MySQL PASSWORD() hash — double SHA-1, browser-side.
Use tool →
Encoders
HTML Decoder
Decode HTML entities back to plain text — all named and numeric entities.
Use tool →
Encoders
URL Decoder
Decode URL percent-encoded strings to plain text instantly.
Use tool →
Encoders
URL Encoder
Encode text to URL-safe percent-encoded format — component or full URI.
Use tool →
Encoders
Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 back to plain text.
Use tool →
Data Formats
XML to YAML
Convert XML documents to YAML format — browser-side.
Use tool →
Data Formats
YAML to XML
Convert YAML to XML format — browser-side, no upload.
Use tool →
Data Formats
CSV Transposer
Swap rows and columns in a CSV table — like TRANSPOSE in Excel.
Use tool →
Data Formats
CSV Column Tools
Extract, delete, swap or reorder columns in a CSV.
Use tool →
Data Formats
CSV Delimiter Changer
Change the delimiter of any delimited text file — comma, semicolon, pipe, tab.
Use tool →
Data Formats
XML to TSV
Convert XML records to TSV (tab-separated values).
Use tool →
Text
Text Columns Converter
Split text columns by delimiter and output as CSV or TSV.
Use tool →
Numbers
Binary to Decimal
Convert binary to decimal, hex and octal — or any base to any other.
Use tool →
Design
Color Picker
Pick and convert colors between HEX, RGB, HSL and HSV instantly.
Use tool →
Data Formats
JSON to CSV (Download)
Convert JSON array to CSV with one-click download.
Use tool →
Data Formats
YAML to TSV
Convert YAML sequences to TSV (tab-separated values) format.
Use tool →
Data Formats
TSV to XML
Convert tab-separated values to XML with custom element names.
Use tool →
Data Formats
XML to Text
Strip XML tags and extract plain text content from any XML.
Use tool →
Code
BBCode to HTML
Convert BBCode forum markup to HTML — with live preview.
Use tool →
Text
BBCode to Text
Strip all BBCode tags and extract plain text from forum posts.
Use tool →
Hash & Crypto
NTLM Hash Calculator
Generate the NTLM hash (MD4 of UTF-16LE) for any string.
Use tool →
Hash & Crypto
MD5 Hash Calculator
Generate the MD5 hash of any text string — live as you type.
Use tool →
Hash & Crypto
SHA-256 Hash Calculator
Generate the SHA-256 hash of any text — uses Web Crypto API.
Use tool →
Hash & Crypto
SHA-1 Hash Calculator
Generate the SHA-1 hash of any text — browser-side, no upload.
Use tool →
Hash & Crypto
SHA-512 Hash Calculator
Generate the SHA-512 hash of any text — 128 hex characters.
Use tool →
Hash & Crypto
SHA-384 Hash Calculator
Generate the SHA-384 hash of any text — truncated SHA-512.
Use tool →
Hash & Crypto
SHA-224 Hash Calculator
Generate the SHA-224 hash of any text — truncated SHA-256.
Use tool →
Text
Number Extractor
Extract all numbers from any block of text — integers, decimals, negatives.
Use tool →
Encoders
Text to Octal
Convert text to octal codes — and octal back to readable text.
Use tool →
Encoders
Text to Decimal
Convert text to decimal code points — and decimal back to text.
Use tool →
Encoders
Punycode Encoder / Decoder
Encode international domain names to Punycode and decode back.
Use tool →
Encoders
Base58 Encoder / Decoder
Encode and decode Base58 — the encoding used by Bitcoin and IPFS.
Use tool →
Hash & Crypto
XOR Encryptor / Decryptor
Encrypt and decrypt text using XOR cipher — same key both ways.
Use tool →
Text
Text Grep
Filter text lines by pattern — like grep in your browser. Supports regex.
Use tool →
Text
Text Head / Tail
Extract the first or last N lines — like Unix head and tail.
Use tool →
Text
Line Range Extractor
Extract a specific range of lines by start and end line number.
Use tool →
Text
Add Line Prefix / Suffix
Add a custom prefix and/or suffix to every line of text.
Use tool →
Text
Spaces to Tabs Converter
Convert spaces to tabs or tabs to spaces — set your indent size.
Use tool →
Numbers
Random IP Generator
Generate random IPv4 addresses — public, private, or custom range.
Use tool →
Numbers
Random MAC Generator
Generate random MAC addresses — choose format and count.
Use tool →
Numbers
Random Date Generator
Generate random dates within any range — ISO, locale, or Unix format.
Use tool →
Numbers
Prime Number Generator
List all prime numbers up to any limit using the Sieve of Eratosthenes.
Use tool →
Numbers
Fibonacci Generator
Generate the Fibonacci sequence — first N terms or up to a limit.
Use tool →
Text
Truncate Text Lines
Trim every line to a maximum character length with optional ellipsis.
Use tool →
Text
Find Longest / Shortest Line
Find the longest and shortest lines in any text — with line numbers.
Use tool →
Text
Word Splitter
Split text by any delimiter and put each token on its own line.
Use tool →
Text
Word Wrapper
Wrap text to a column width — like Unix fmt or fold.
Use tool →
Text
Center / Right-Align Text
Center or right-align text lines within a column width.
Use tool →
Text
Text Line Joiner
Join multiple lines into a single line with a custom separator.
Use tool →
Text
List Operations
Union, intersection, or difference of two lists — one item per line.
Use tool →
Text
Text Statistics
Full text analysis — chars, words, reading time, unique words and more.
Use tool →
Text
Text Randomizer
Randomly shuffle lines or characters in any block of text.
Use tool →
Calculator
Percentage Calculator
Calculate percentages, percentage change, and more — three modes.
Use tool →
Calculator
Age Calculator
Calculate exact age in years, months, and days from any birthdate.
Use tool →
Health
BMI Calculator
Calculate Body Mass Index from height and weight — metric or imperial.
Use tool →
Calculator
Tip Calculator
Calculate tip amount and split the bill between any number of people.
Use tool →
Calculator
Discount Calculator
Calculate sale price after discount, or find what % off you got.
Use tool →
Finance
VAT Calculator
Add or remove UK VAT (20%) — works with any VAT rate.
Use tool →
Finance
Compound Interest
Calculate compound interest and final investment balance over time.
Use tool →
Finance
Mortgage Calculator
Calculate monthly mortgage payments and total repayment cost.
Use tool →
Math
GCD & LCM Calculator
Calculate the GCD and LCM of two or more numbers instantly.
Use tool →
Math
Factorial Calculator
Calculate n! — shows the full expansion for small values.
Use tool →
Math
Prime Number Checker
Check if any number is prime or composite — shows smallest factor.
Use tool →
Math
Quadratic Solver
Solve ax²+bx+c=0 with real and complex roots — step-by-step.
Use tool →
Time
Stopwatch
Online stopwatch with lap recording — millisecond precision.
Use tool →
Time
Countdown Timer
Countdown timer with alarm — presets include Pomodoro (25 min).
Use tool →
CSS
Box Shadow Generator
Generate CSS box-shadow with live visual preview — copy instantly.
Use tool →
CSS
CSS Gradient Generator
Generate CSS linear-gradient with live preview — copy the code.
Use tool →
CSS
Border Radius Generator
Generate CSS border-radius — control all four corners independently.
Use tool →
CSS
Text Shadow Generator
Generate CSS text-shadow effects with live preview.
Use tool →
Developer
Cron Expression Builder
Build cron expressions visually and get plain-English explanations.
Use tool →
HTML
HTML Table Generator
Build HTML tables visually and copy the code instantly.
Use tool →
SEO
SEO Ranking Wizard
6-stage SEO checklist — keyword placement, on-page, technical, off-page, local & content. Live scoring, localStorage saves.
Use tool →
SEO
Blog Post Creator
Generate a complete blog structure for any keyword — titles, headings, meta, intro, FAQ, conclusion, LSI terms, and a full AI writing prompt for ChatGPT / Claude.
Use tool →
SEO
Meta Tag Generator
Generate SEO meta tags and Open Graph tags for any webpage.
Use tool →
Security
Vigenère Cipher
Encrypt and decrypt text with the Vigenère polyalphabetic cipher.
Use tool →
Developer
Bitwise Calculator
Calculate AND, OR, XOR, NOT, and shift operations with binary view.
Use tool →
Design
Color Palette Generator
Generate complementary, triadic, and monochromatic colour palettes.
Use tool →
Design
Random Color Generator
Generate random colours with hex, RGB, and HSL formats — copy instantly.
Use tool →
Math
Statistics Calculator
Calculate mean, median, mode, std dev, variance, and range from any dataset.
Use tool →
Text
Palindrome Checker
Check if any word or phrase reads the same forwards and backwards.
Use tool →
Text
Anagram Checker
Check whether two words or phrases are anagrams of each other.
Use tool →
Converter
Temperature Converter
Convert between Celsius, Fahrenheit, and Kelvin instantly.
Use tool →
Converter
Data Storage Converter
Convert between bytes, KB, MB, GB, TB, and binary units (KiB, MiB…).
Use tool →
Converter
Speed Converter
Convert between mph, km/h, m/s, knots, and Mach number.
Use tool →
Converter
Angle Converter
Convert between degrees, radians, gradians, turns, and more.
Use tool →
Time
Pomodoro Timer
25-minute Pomodoro focus timer with short and long break modes.
Use tool →
Network
Subnet Calculator
Calculate subnet info from any IP/CIDR — network, broadcast, and hosts.
Use tool →
Security
Password Strength
Check password strength — entropy, estimated crack time, and tips.
Use tool →
Reference
ASCII Table
Complete ASCII character reference — decimal, hex, octal, and binary for all 128 chars.
Use tool →
Developer
HTTP Status Codes
Complete reference for all HTTP status codes — 1xx through 5xx explained.
Use tool →
Design
Color Mixer
Blend two colours at any ratio — see hex, RGB, and HSL output live.
Use tool →
Design
Hex Colour Picker
Pick any colour and get the hex, RGB, HSL, and HSV values instantly.
Use tool →
Math
Number Inspector
Inspect any integer — factors, prime check, binary, hex, and more.
Use tool →
Skills
Typing Speed Test
Test your typing speed in WPM and accuracy — 60-second test.
Use tool →
Text
Character Counter
Count characters, words, lines, sentences, and paragraphs instantly.
Use tool →
Finance
Currency Converter
Convert between major world currencies with offline reference rates.
Use tool →
Finance
Loan Calculator
Calculate monthly loan payments, total interest, and repayment cost.
Use tool →
Health
Calorie Calculator
Calculate your TDEE and daily calorie needs using the Mifflin-St Jeor formula.
Use tool →
Time
Days Until
Count the days, hours, and minutes until any future date or event.
Use tool →
Developer
Markdown to HTML
Convert Markdown to HTML with live preview — browser-based.
Use tool →
Developer
JSON to CSV
Convert a JSON array of objects to CSV format with custom separator.
Use tool →
Developer
XML to JSON
Convert XML to JSON format instantly — all processing in your browser.
Use tool →
Developer
SQL Formatter
Format and beautify SQL queries with keyword capitalization.
Use tool →
Text
Lorem Ipsum Generator
Generate lorem ipsum placeholder text — paragraphs, sentences, or words.
Use tool →
Text
Text Repeater
Repeat any text a specified number of times with a custom separator.
Use tool →
Text
Case Converter
Convert text between camelCase, snake_case, PascalCase, kebab-case, and more.
Use tool →
Developer
UUID v4 Generator
Generate random UUID v4 identifiers — single or bulk export.
Use tool →
Converter
Binary to Text
Convert binary code to text and text to binary — both directions.
Use tool →
Converter
Hex to Text
Convert hexadecimal code to text and text to hex — both directions.
Use tool →
Developer
JSONPath Tester
Test JSONPath expressions against JSON data with live results.
Use tool →
Text
Number to Words
Convert any number to written English words — up to trillions.
Use tool →
Developer
Regex Tester
Test regular expressions with live match highlighting and group capture.
Use tool →
Developer
URL Parser
Parse any URL into protocol, host, path, query parameters, and hash.
Use tool →
Network
IP Address Info
Get class, binary, hex, and info for any IPv4 address.
Use tool →
Time
Epoch Converter
Convert Unix timestamps to human-readable dates and dates to epoch.
Use tool →
Design
Color Contrast Checker
Check colour contrast ratio for WCAG AA and AAA accessibility compliance.
Use tool →
SEO
Text to Slug
Convert any text to a clean, SEO-friendly URL slug with optional stop word removal.
Use tool →
CSS
PX to REM Converter
Convert pixel values to rem units and rem to px for responsive CSS.
Use tool →
Time
Age Calculator
Calculate your exact age in years, months, days, hours, and minutes.
Use tool →
Math
Percentage Calculator
Calculate percentages, increases, decreases, and percentage change.
Use tool →
Health
BMI Calculator
Calculate your Body Mass Index in metric or imperial units.
Use tool →
Math
Random Number Generator
Generate random integers between any min and max value — single or bulk.
Use tool →
Design
Color Palette Generator
Generate complementary, triadic, and analogous colour palettes from any base colour.
Use tool →
Time
Countdown Timer
Set a custom countdown timer with an audio alert — free, no signup.
Use tool →
Time
World Clock
Live analog & digital clocks for any city in the world — 3×3 grid, fully customisable.
Use tool →
Text
ASCII Art Generator
Convert text into ASCII art banners using classic block fonts.
Use tool →
Text
Word Frequency Counter
Count how often each word appears in any text — frequency analysis.
Use tool →
Security
Password Strength Checker
Check password strength — entropy, crack time estimate, and improvement tips.
Use tool →
Time
Timezone Converter
Convert times between world time zones — free, browser-based.
Use tool →
Finance
Tip Calculator
Calculate tip amount and split the bill between any number of people.
Use tool →
Design
Aspect Ratio Calculator
Scale any resolution while maintaining its aspect ratio.
Use tool →
Time
Stopwatch
Measure elapsed time with lap recording — free browser stopwatch.
Use tool →
Text
Text Diff
Compare two pieces of text and highlight the additions and removals.
Use tool →
Network
CIDR Calculator
Calculate subnet details from CIDR notation — network, broadcast, host range.
Use tool →
Converter
Morse Code Translator
Translate text to Morse code and decode Morse code to text — with audio playback.
Use tool →
Math
Speed Calculator
Calculate speed, distance, or time — enter any two to find the third.
Use tool →
Finance
Compound Interest Calculator
Calculate compound interest growth with a year-by-year breakdown.
Use tool →
Design
HSL to RGB Converter
Convert between HSL, RGB, hex, and HSV colour formats.
Use tool →
Developer
HTML Entity Encoder
Encode text to HTML entities and decode HTML entities back to text.
Use tool →
SEO
Batch Slug Generator
Generate URL slugs for multiple titles at once — bulk processing.
Use tool →
Developer
HTML Minifier
Minify HTML by removing whitespace and comments — browser-based.
Use tool →
Text
List Sorter
Sort, shuffle, deduplicate, or reverse any list — free, instant.
Use tool →
Text
Word Wrap
Wrap text to any column width for terminals, code, and documents.
Use tool →
Math
Number Base Converter
Convert numbers between binary, decimal, hexadecimal, and octal.
Use tool →
Math
Random Number Chooser
Pick random numbers in any range — no repeats, even/odd filter, bulk generate.
Use tool →
Text
Random Word Chooser
Pick random words by difficulty (easy/medium/hard), length, and quantity.
Use tool →
Random
Name Chooser
Randomly pick names for raffles, competitions, and prize draws — with spin animation.
Use tool →
Design
Aspect Ratio Resizer
Keep the correct aspect ratio when resizing images or videos.
Use tool →
Math
Average Calculator
Calculate mean, median, mode, range, and standard deviation from any list of numbers.
Use tool →
Health
BMR Calculator
Calculate your Basal Metabolic Rate (BMR) and daily calorie needs.
Use tool →
Health
Body Fat Calculator
Estimate your body fat percentage using the US Navy method.
Use tool →
Random
Coin Flip
Flip a virtual coin online — instant heads or tails result.
Use tool →
Design
Colour Name Finder
Find the closest CSS colour name for any hex or RGB colour.
Use tool →
Converter
Cooking Converter
Convert between cooking measurements: cups, tablespoons, ml, grams, ounces.
Use tool →
Random
Dice Roller
Roll virtual dice — D4, D6, D8, D10, D12, D20 and custom sides.
Use tool →
CSS
Font Size Converter
Convert font sizes between px, rem, em, pt, and vw with live preview.
Use tool →
Math
Fraction Calculator
Add, subtract, multiply and divide fractions — auto simplified to lowest terms.
Use tool →
Finance
Fuel Cost Calculator
Calculate how much fuel a road trip will cost — supports UK, US, and EU modes.
Use tool →
Math
Grade Calculator
Calculate your overall grade from multiple weighted assignments.
Use tool →
Random
Magic 8-Ball
Ask the Magic 8-Ball any yes/no question and get a classic answer.
Use tool →
Finance
Meeting Cost Calculator
Calculate the real cost of a meeting based on attendees and salary.
Use tool →
Math
Percentage Change Calculator
Calculate percentage increase or decrease between two values.
Use tool →
Converter
Pixel to CM Converter
Convert pixels to centimetres and centimetres to pixels — choose your DPI.
Use tool →
Random
Random Quote Generator
Generate random inspirational, motivational, and philosophical quotes.
Use tool →
Text
Reading Time Calculator
Paste text and calculate how long it takes to read at your pace.
Use tool →
Finance
ROI Calculator
Calculate your return on investment (ROI) as a percentage.
Use tool →
Health
Sleep Calculator
Find the best time to wake up or go to sleep based on sleep cycles.
Use tool →
Text
Speaking Time Calculator
Calculate how long it will take to deliver a speech or presentation.
Use tool →
Finance
Split Bill Calculator
Split a restaurant bill equally between any number of people.
Use tool →
Time
Time Duration Calculator
Add or subtract hours and minutes — calculate time between two times.
Use tool →
Math
Wind Chill Calculator
Calculate the wind chill factor and real-feel temperature.
Use tool →
Encode
ASCII85 Encoder
Encode and decode ASCII85 (Base85) — a compact binary-to-text encoding.
Use tool →
Number
Gray Code Converter
Convert binary to Gray code and Gray code back to binary instantly.
Use tool →
Number
BCD Converter
Convert decimal numbers to Binary Coded Decimal (BCD) and back.
Use tool →
Time
Seconds Converter
Convert seconds to HH:MM:SS or human-readable time — and back.
Use tool →
Number
Number Rounder
Round numbers to decimal places, significant figures, or nearest integer.
Use tool →
Encode
IDN / Punycode Encoder
Encode Unicode domain names to Punycode (IDN) and decode back.
Use tool →
Encode
UTF Encoder / Decoder
Encode and decode text in UTF-8, UTF-16, and UTF-32 byte representations.
Use tool →
Encode
UUencode / UUdecode
Encode and decode UUencoded text — the classic Unix binary-to-text format.
Use tool →
Network
Binary to IP Address
Convert IPv4 addresses between binary (32-bit) and dotted decimal notation.
Use tool →
Network
IP Address Sorter
Sort a list of IPv4 addresses in numerical order and deduplicate them.
Use tool →
Network
What Is My IP?
See your public IP address (IPv4 and IPv6) and basic network info.
Use tool →
Color
CMYK Converter
Convert colors between CMYK, RGB, HSL, and HEX — for print and web.
Use tool →
Hash
MariaDB Password Hash
Generate MariaDB / MySQL password hashes from a plaintext password.
Use tool →
Hash
PostgreSQL Password Hash
Generate PostgreSQL MD5 or SCRAM-SHA-256 password hashes.
Use tool →
Crypto
AES Cipher
Encrypt and decrypt text with AES-128 or AES-256 (GCM/CBC) in your browser.
Use tool →
Crypto
DES Cipher
Encrypt and decrypt text using the classic DES cipher algorithm.
Use tool →
Crypto
RC4 Cipher
Encrypt and decrypt text with the RC4 (ARC4) stream cipher.
Use tool →
Crypto
Rabbit Cipher
Encrypt and decrypt text using the Rabbit stream cipher (RFC 4503).
Use tool →
Text
Generate Text from Regex
Generate random strings that match any regular expression pattern.
Use tool →
Random
Random Data Generator
Generate random names, addresses, emails, dates, phones, and companies.
Use tool →
Image
Image Converter
Convert PNG, JPG, WebP and more — resize and change format in your browser.
Use tool →
Location
UK Postcode Finder
Look up any UK postcode — area, ward, county, lat/lng and more.
Use tool →
Telecom
UK Phone Lookup
Identify the area and type of any UK phone number from its area code.
Use tool →
Social Media
Instagram Puzzle Maker
Split any image into a perfect Instagram grid puzzle. Download numbered pieces and post in reverse order for a seamless feed.
Use tool →
Social Media
Social Image Resizer & Dimensions Guide
Exact 2026 image dimensions for every major platform plus a one-click browser resizer with crop, letterbox, and stretch modes.
Use tool →
Encode
File to Base64
Convert any file to a Base64 string or data URI — fully browser-side.
Use tool →
Text
Backslash Escape Tools
Escape and unescape backslash sequences in strings, JSON, and file paths.
Use tool →
Hash
Bcrypt / Scrypt Hash
Generate and verify bcrypt and scrypt password hashes in the browser.
Use tool →
Color
Color Palette Generator
Generate harmonious color palettes — shades, tints, complementary, and analogous.
Use tool →
CSS
CSS Gradient Generator
Build CSS linear, radial, and conic gradients visually — copy the code.
Use tool →
Text
Delimited Column Tools
Extract, reorder, or transform columns from delimited text (CSV, TSV, pipe).
Use tool →
Text
Diff Checker
Compare two blocks of text and highlight the differences line by line.
Use tool →
Code
HTML Formatter
Beautify or minify HTML code — indent, tidy, and format instantly.
Use tool →
Network
IP Address Lookup
Look up geolocation, ISP, and hostname information for any IP address.
Use tool →
Text
Line Cleaner
Remove blank lines, trim whitespace, and clean up messy text blocks.
Use tool →
Text
List Set Tools
Perform union, intersection, and difference operations on two text lists.
Use tool →
Number
Math Constants
Reference table of important mathematical constants — π, e, φ, √2 and more.
Use tool →
Code
Printf Formatter
Preview printf / sprintf format strings with real values instantly.
Use tool →
Random
Random Data (Batch)
Generate batches of random numbers, strings, UUIDs, and more in one click.
Use tool →
Text
Regex Tools
Test, extract, and replace using regular expressions — with match highlighting.
Use tool →
Text
String Length Counter
Count characters, bytes (UTF-8), words, and lines in any string.
Use tool →
Text
String Splitter
Split a string by any delimiter or chunk size — output as list or JSON.
Use tool →
Text
Text Cleaner
Fix smart quotes, dashes, whitespace, and unicode issues in pasted text.
Use tool →
Text
Text Filter
Keep or remove lines containing a keyword or matching a regex pattern.
Use tool →
Text
Text Line Tools
Reverse, sort, number, prefix, suffix, and join lines of text.
Use tool →
Text
Text Pad
Pad strings left, right, or center to a fixed width with any character.
Use tool →
Number
Thousands Separator
Add or remove thousands separators from numbers in any locale format.
Use tool →
Text
TSV Column Tools
Extract, reorder, or transform columns from tab-separated value files.
Use tool →
Text
Whitespace Converter
Convert between spaces and tabs, collapse whitespace, and normalise indentation.
Use tool →

// Why Developers Use Chunky Munster

Chunky Munster is a free, browser-only hub of 240+ developer and utility tools — built for speed, privacy, and zero friction. There's no account to create, no extensions to install, no data sent to any server. Every tool runs entirely in your browser using JavaScript, so your code, text, files, and sensitive data never leave your device. Whether you need to encode a Base64 string in 2 seconds or format a wall of minified JSON at 2am, Chunky Munster is always open, always free, and always instant.

// 240+ free tools

A constantly growing toolkit covering encoding, hashing, formatting, conversion, generation, design, SEO, finance, health, and more — all in one place.

// Zero server processing

Every tool is 100% client-side. Your data is processed in your browser tab and never transmitted, stored, or logged anywhere.

// No sign-up, no tracking

No accounts. No cookies. No analytics that follow you around. Just open a tool, use it, and close the tab.

// Works offline

Once the page loads, most tools work without an active internet connection — useful in restricted environments or on slow networks.

// Instant results

No server round-trips means no waiting. Results appear as you type with near-zero latency on all modern devices and browsers.

// Open forever

No subscription walls, no premium tiers, no "free trials." Every tool listed here is free to use as many times as you need.

// What Tools Are Available?

Chunky Munster groups its 240+ tools into categories so you can find what you need fast. Use the search bar or category filters above to jump directly to a tool, or browse the full breakdown below.

Encoding & Decoding Base64, URL encode/decode, HTML entities, Morse code, ROT13, binary, hex, Punycode, JWT decoder, ASCII, Unicode
Hashing & Crypto MD5, SHA-1, SHA-256, SHA-512, NTLM, bcrypt, HMAC, CRC32, Adler-32, password strength checker
Data Format Conversion JSON ↔ CSV, JSON ↔ XML, JSON ↔ YAML, JSON ↔ TOML, CSV ↔ TSV, JSON formatter, XML formatter, YAML validator
Text Utilities Word count, char count, case converters, line sorter, duplicate remover, diff checker, text reverser, whitespace tools
Generators UUID, Lorem Ipsum, random number, strong password, QR code, barcode, test data, random name, credit card tester
Numbers & Math Scientific calculator, percentage calc, base converter (bin/oct/dec/hex), Roman numerals, prime checker, statistics
Date & Time Epoch/Unix converter, date diff calculator, age calculator, time zone converter, world clock, countdown timer
Color & Design HEX ↔ RGB ↔ HSL converter, color picker, gradient generator, contrast checker, palette from image, tint & shade
CSS & HTML CSS minifier, CSS formatter, CSS gradient tool, border radius generator, box shadow builder, HTML minifier, entity encoder
Network & IP IP lookup, CIDR calculator, DNS lookup, HTTP header viewer, user-agent parser, MAC address lookup, ping tool
SEO Tools Meta tag generator, text to slug, batch slug generator, keyword density, Open Graph preview, robots.txt generator
Finance & Unit Converters Loan repayment, compound interest, VAT calculator, currency formatter, length, weight, temperature, speed converters
Health & Fitness BMI calculator, BMR & TDEE estimator, body fat %, calorie counter, macro calculator, ideal weight, water intake
Code & Dev Regex tester, JSON path evaluator, SQL formatter, cron expression parser, diff checker, Markdown previewer, JWT decoder
Fun & Random Coin flip, dice roller, random colour, 8-ball, random fact generator, would-you-rather, decision spinner

// Who Uses Chunky Munster?

Chunky Munster is designed for anyone who touches a computer — but especially:

// Built for Privacy — By Design

Unlike most "free online tool" sites that run your input through their servers (logging it, training on it, or selling it), Chunky Munster processes everything locally. When you paste a password into the hash tool, that password string never leaves your browser. When you upload a file for conversion, the file never touches a remote server. There is no backend. There are no API calls. There is no database storing your queries. The architecture is intentionally simple: static HTML, vanilla JavaScript, and your browser's built-in Web APIs. That's it.

You can verify this yourself by opening the browser's network tab while using any tool — you'll see exactly zero outbound requests carrying your data.

// Frequently Asked Questions

Are all Chunky Munster tools completely free?

Yes — every tool is 100% free with no hidden costs, no accounts, and no usage limits. We believe developer utilities should be accessible to everyone.

Do these tools send my data to a server?

No. Every tool runs entirely in your browser using JavaScript. Your text, files, and data never leave your device — making Chunky Munster safe to use with sensitive or private information.

What kinds of tools does Chunky Munster offer?

Encoders and decoders (Base64, URL, HTML, Morse, Punycode, Base58), hash generators (MD5, SHA-1, SHA-256, SHA-512, NTLM), data format converters (JSON, CSV, XML, YAML, TSV), text utilities (case conversion, word count, diff checker, line tools), number tools, random generators — and hundreds more actively in development.

How is Chunky Munster different from other online tool sites?

Everything runs client-side — your data is never uploaded. No ads disrupting your workflow, no sign-up walls, and each tool is built for speed and keyboard-friendly use.

Can I suggest a new tool?

Absolutely — click the "Suggest a change" button on any tool page to send your idea directly to our team. We're actively building hundreds more tools and love hearing what users need.

Does Chunky Munster have a Facebook page?

Yes! Follow us on Facebook for updates, new tool announcements, and community discussion: facebook.com/ChunkyMunsterApps