Encoding and Decoding Tools
Encoding and decoding pages focus on the awkward middle layer between raw values and readable text, so you can inspect what a system is actually sending or expecting.
Tools In This Category
Everything here supports the encoders & decoders workflow.
9 results
BE Base64 Encode / Decode Encode text to Base64 or decode payloads back into readable text instantly.UE URL Encode / Decode Escape query fragments and decode percent-encoded text during API debugging.QS Query String Parser Break down URL query strings into readable key-value pairs.HE HTML Entity Encode / Decode Escape and unescape HTML entities using named, numeric, or hex references.NB Number Base Converter Convert numbers between binary, octal, decimal, and hexadecimal with large integer support.SC String Case Converter Convert text between camelCase, snake_case, kebab-case, PascalCase, and more.MC Morse Code Translator Translate text to Morse code and back with bidirectional conversion.UL Unicode Lookup Inspect characters to see codepoints, UTF-8/16 encoding, names, and Unicode blocks.HV Hex Viewer View text, hex, or Base64 input as a classic hex dump with offset and ASCII columns.