Encoders, formatters, converters and utilities for developers. β 36 free tools.
Encode text to Base64.
βDecode Base64 back to text.
βPercent-encode text for safe use in URLs.
βDecode percent-encoded URL text.
βEscape HTML special characters.
βDecode HTML entities back to characters.
βCheck whether text is valid JSON.
βCompress JSON by removing whitespace.
βPretty-print JSON with indentation.
βConvert CSV (with header row) to JSON.
βConvert an array of JSON objects to CSV.
βDecode the header and payload of a JWT (no verification).
βConvert a Unix timestamp to a human date.
βConvert a date to a Unix timestamp.
βTest a regular expression against sample text.
βMinify CSS by removing comments and whitespace.
βConvert a number into English words.
βConvert a binary number to decimal.
βConvert a decimal number to binary.
βConvert a decimal number to hexadecimal.
βConvert a hexadecimal number to decimal.
βConvert a decimal number to octal.
βConvert an octal number to decimal.
βConvert a binary number to hexadecimal.
βConvert a hexadecimal number to binary.
βParse a URL query string into key/value pairs.
βBuild a tracking URL with UTM parameters.
βLook up the meaning of an HTTP status code.
βFind the MIME type for a file extension.
βEstimate the entropy and strength of a password.
βCompare two texts line by line.
βConvert text to snake_case.
βConvert text to camelCase.
βConvert text to kebab-case.
βRemove all HTML tags, leaving plain text.
βCompute a fast non-cryptographic djb2 hash of text.