Back to Collections

Encoders & Decoders

Convert data between different formats like Base64, URL, and Hash.

encode
Local

Base64 Encode/Decode

Encode or decode text using Base64 encoding

base64encodedecode+1 more
security
Local

Hash Generator

Generate MD5, SHA-1, SHA-256, and other hash values

hashmd5sha1+3 more
encode
Local

URL Encode/Decode

Encode or decode URL/URI strings with percent encoding

urlencodedecode+2 more
image
Local

Image to Base64

Convert images to Base64 strings. Support for PNG, JPG, GIF, and SVG.

imagebase64converter+2 more
encode
Local

HTML Encode/Decode

Encode or decode HTML entities. Protect against XSS by escaping special characters.

htmlencodedecode+4 more
security
Local

JWT Decoder

Decode and analyze JWT tokens. View header, payload, and token information without verification.

jwtjson web tokendecode+3 more
encode
Local

Text to Binary

Convert text to binary (0s and 1s). Each character is converted to its binary representation. Supports ASCII and UTF-8 encoding with customizable separators.

textbinaryconvert+6 more
encode
Local

Binary to Text

Convert binary (0s and 1s) back to readable text. Automatically detects separators or processes continuous binary strings. Supports 8-bit and 16-bit encodings.

binarytextconvert+5 more
encode
Local

Text to Hex

Convert text to hexadecimal representation. Each character is converted to its hex value with customizable separators and prefixes (0x, \x).

texthexhexadecimal+4 more
encode
Local

Hex to Text

Convert hexadecimal to readable text. Automatically detects separators and prefixes (0x, \x). Supports various hex formats.

hextexthexadecimal+4 more
encode
Local

HTML Entity Encode

Convert special characters to HTML entities for safe display in web pages

htmlentityencode+4 more
encode
Local

HTML Entity Decode

Convert HTML entities back to their original characters

htmlentitydecode+4 more
encode
Local

Unicode Escape

Convert characters to Unicode escape sequences (\uXXXX) for use in code

unicodeescapeunescape+5 more
encode
Local

Unicode Unescape

Convert Unicode escape sequences (\uXXXX) back to readable characters

unicodeunescapedecode+4 more
encode
Local

ROT13 Cipher

Encode and decode text using ROT13 cipher. A simple letter substitution that rotates alphabet by 13 positions

rot13ciphercaesar+4 more