Encoding tools
14 tools tagged with “Encoding”
ASCII Encoder
Encode text to ASCII character codes (decimal, hexadecimal, octal) with character-by-character conversion, extended ASCII support, control character handling, and reverse decoding capabilities for encoding analysis and character code lookup.
Developer Utilities · Encoders & Decoders
ASCII to Binary
Convert ASCII text to binary representation. Encode each ASCII character to its 8-bit binary equivalent, view character-by-character mapping, and understand how text is represented in binary format for encoding, data analysis, and learning purposes.
Developer Utilities · Encoders & Decoders
Base64 Decoder
Decode Base64-encoded strings back to original text, binary data, or files with automatic format detection, MIME type identification, image preview, and direct file download for extracted content.
Developer Utilities · Encoders & Decoders
Base64 Encoder
Encode text, binary data, images, or files into Base64 ASCII string format for safe data transmission over text-based protocols, embedding images in HTML/CSS (data URIs), API authentication tokens, and email attachments.
Developer Utilities · Encoders & Decoders
Binary Encoder
Encode text to binary format (0s and 1s) with character-by-character conversion, UTF-8 support, space-separated or continuous output, byte grouping options, and reverse decoding for binary data creation and encoding analysis.
Developer Utilities · Encoders & Decoders
Binary Translator
Convert binary code (0s and 1s) to readable text and vice versa with intelligent padding detection, multiple encoding formats (ASCII, UTF-8, Unicode, Base64), automatic format recognition, and validation.
Developer Utilities · Code Generators
Hex Encoder
Encode text to hexadecimal format with UTF-8 support, byte-by-byte conversion, space-separated or continuous output options, uppercase/lowercase hex digits, and reverse decoding for hex data creation and encoding analysis.
Developer Utilities · Encoders & Decoders
HTML Encoder
Encode special characters and symbols into HTML entities (e.g., & → &, < → <, © → ©) to safely display reserved characters in HTML documents without breaking markup structure or causing XSS vulnerabilities.
Developer Utilities · Encoders & Decoders
HTML Entity Encoder
Encode special characters to HTML entities (like & → &, < → <, © → ©) with named entity preference, numeric entity options, and safe HTML display for preventing XSS vulnerabilities and preserving markup structure.
Developer Utilities · Encoders & Decoders
JWT Encoder
Encode JSON Web Tokens (JWT) with header and payload creation, algorithm selection (HS256, RS256, ES256), secret key configuration, expiration time (exp), issued at (iat), and signature generation for secure authentication and authorization tokens.
Developer Utilities · Encoders & Decoders
Morse Code Translator
Translate text to International Morse code and decode Morse signals from audio input, visual light patterns, or manual tapping with adaptive timing calibration, learning mode, and playback features.
Developer Utilities · Code Generators
Unicode Encoder
Encode text to Unicode code points (U+XXXX format) with character-by-character conversion, UTF-8/UTF-16 encoding support, emoji code point extraction, character name display, and reverse decoding for Unicode analysis and international character encoding.
Developer Utilities · Encoders & Decoders
URL Decoder
Decode percent-encoded URLs back to human-readable format, converting URL-safe escape sequences (%20 to space, %3A to :, %2F to /) for URL analysis, debugging, and data extraction from web requests.
Developer Utilities · Encoders & Decoders
URL Encoder
Encode URLs and query string parameters by converting spaces, special characters, and non-ASCII symbols to percent-encoded format (%20, %3A, %2F) ensuring safe transmission in HTTP requests and preventing URL parsing errors.
Developer Utilities · Encoders & Decoders