URL Encoder/Decoder
Make URLs safe for browsers or decode percent-encoded strings.
Explore More Code Tools
You might also find these tools helpful for your workflow.
Text to Binary
Convert plain text to binary code instantly using this online text to binary converter.
hello β 01101000 01100101 01101100 01101100 01101111
Binary to Text
Decode binary code back into readable text. Paste binary and get the original message.
01101000 01101001 β hi
Text to ASCII
Convert text to ASCII values online. See each characterβs numeric code instantly.
ABC β 65 66 67
ASCII to Text
Convert ASCII codes back into readable text characters easily.
72 73 β HI
Text to Unicode
Convert text to Unicode code points. Useful for encoding and debugging.
A β U+0041
Unicode to Text
Convert Unicode code points to actual characters instantly.
U+0041 β A
Text to Hexadecimal
Convert text into hexadecimal (hex) values for encoding or development.
hello β 68 65 6c 6c 6f
Morse Code Translator
Translate text to Morse code or decode Morse back to English text.
hello β .... . .-.. .-.. ---
JSON Stringify Tool
Convert readable text or JavaScript objects to JSON string format.
{ name: "John" } β "{"name":"John"}"
UTF-8 Converter
Encode or decode UTF-8 text. Useful for multilingual data or APIs.
Β© β C2 A9
Slug Generator
Generate clean, URL-friendly slugs from any string of text.
Text to Slug Generator β text-to-slug-generator
NATO Phonetic Alphabet
Translate letters to NATO phonetic alphabet (Alpha, Bravo, Charlie...).
chat β Charlie Hotel Alpha Tango
Roman Date Converter
Convert calendar dates into Roman numeral format easily.
2024 β MMXXIV
Base64 Encoder/Decoder
Convert text to/from Base64 encoding.
hello β aGVsbG8=
HTML Entities
Convert characters to HTML entities.
< β <