About String Encoder/Decoder
Encode or decode text in 8 different formats simultaneously. HTML Entities: converts < > & " ' ยฉ to safe HTML codes. URL: percent-encodes for safe use in URLs. Base64: converts to/from Base64. Hex: converts to/from hexadecimal byte representation. Binary: converts to/from 8-bit binary. Unicode: converts to/from \uXXXX escape sequences. ASCII: converts to/from ASCII code numbers. ROT13: Caesar cipher with 13-letter shift. Shows all 8 encodings at once for quick comparison.