URL Decoder

URL Decoder Decode percent-encoded URLs and URI components Enter URL-encoded text to decode: Decode URL Clear All Decode each line separately Convert + to spaces Decoded Result: Copy to Clipboard Click to try examples: Hello%20World%21 https%3A//example.com%3Fq%3Dtest%26name%3DJohn%2BDoe Welcome%20to%20my%20site%21%20%F0%9F%91%8B search%3Djavascript%26category%3Dtutorials%26sort%3Ddate

Base64 Decoder

Base64 Decoder Universal Decoder: Supports all standard Base64 formats including Unicode characters, special symbols, and binary data. Paste your Base64 encoded string below or click “Load Sample” to try different examples. Base64 Encoded String Decode Base64 Clear All Load Sample Input Length 0 Output Length 0 Format – Encoding – Decoded Result

Base64 Encoder

Base64 Encoder Convert text and binary data to Base64 format Enter text to encode: Hello World! This is a sample text for Base64 encoding. Try editing this text or paste your own content to see how Base64 encoding works. 🌟 Encode to Base64 Clear All Base64 encoded result: Copy Result About Base64 Encoding: Base64 is … Read more

Spaces to Newlines Converter

Spaces to Newlines Converter Convert spaces to line breaks in your text. Perfect for formatting lists, cleaning up data, or reformatting content. Input Text: apple orange banana cherry grape strawberry watermelon pineapple mango kiwi blueberry raspberry blackberry peach plum apricot coconut papaya guava passion fruit dragon fruit star fruit lychee rambutan durian jackfruit mangosteen longan … Read more

Newlines to Spaces Converter

Newlines to Spaces Converter Input Text (with newlines) This is the first line of sample text This is the second line with some content Here’s a third line for demonstration And a fourth line to show the conversion Multiple lines will become A single continuous line When converted using this tool Collapse multiple spaces into … Read more

ANOVA Calculator

ANOVA Calculator One-Way Analysis of Variance with Comprehensive Statistical Analysis Data Input Significance Level (α) 0.10 (90% confidence)0.05 (95% confidence)0.01 (99% confidence) Group Data (separate groups with empty lines) Input Format: Enter data for each group, separated by commas Use empty lines to separate different groups Minimum 2 groups required for ANOVA Each group needs … Read more

Outlier Calculator

Advanced Outlier Calculator Detect outliers using multiple statistical methods: Z-Score, Modified Z-Score, and IQR Enter your data (numbers separated by commas, spaces, or new lines): Z-Score Method Use Z-Score method (best for normal distributions) Threshold: (typical: 2.5-3.0) Modified Z-Score Use Modified Z-Score (more robust, uses median) Threshold: (recommended: 3.5) IQR Method Use IQR method (best … Read more

ASCII to String Converter

ASCII to String Converter Supported Input Formats: • Space-separated: 72 101 108 108 111 • Comma-separated: 72,101,108,108,111 • Bracketed: [72 101 108 108 111] or [72,101,108,108,111] • Mixed formats: 72, 101 108, 108 111 Example: 72 101 108 108 111 → “Hello” Example: 87,111,114,108,100,33 → “World!” Enter ASCII Decimal Codes: 72 101 108 108 111 … Read more

String to ASCII Converter

String to ASCII Converter Enter Text to Convert: Hello World! 123 Output Format: Decimal Hexadecimal Binary Octal Convert to ASCII Convert from ASCII Clear All Result: Copy Result How to use: • To ASCII: Enter text and click “Convert to ASCII” to get ASCII codes • From ASCII: Enter space-separated ASCII codes and click “Convert … Read more

Hex to Decimal Converter

Hex to Decimal Converter Enter Hexadecimal Number: Convert to Decimal Clear Enter a hexadecimal number above to see the decimal conversion Quick Reference Hexadecimal (Base-16): Uses digits 0-9 and letters A-F (where A=10, B=11, C=12, D=13, E=14, F=15) Supported formats: FF, 0xFF, 1a3b (case insensitive), up to 16 characters Hex Decimal Hex Decimal A 10 … Read more