SkyCMD
GitHub
Appearance
Light
Dark
System
SkyCMD
Toggle sidebar
Projects
Blog
Tools
Home
Tools
String Encoder
String Encoder
All conversions happen locally in your browser. No data is sent to the server.
Source format
Target format
Input
Output
Copy
Copied!
Options
Preserve URL structure
Parse the URL structure and only encode query parameter values. Use when encoding a full URL rather than a string value.
Space-separated bytes
Add spaces between each byte pair for readability. Disable for a continuous hex string.
Uppercase
Output hex characters as A-F instead of a-f.
Space-separated octets
Add spaces between each 8-bit group for readability. Disable for a continuous binary string.
Space-separated values
Separate each byte value with spaces. Disable to use commas instead.
Space-separated values
Separate each octal value with spaces. Disable for a continuous octal string.
Numeric references
Use numeric character references (A) for all characters. Disable to only encode characters that require escaping.
Slash word separator
Use / between words for clarity. Disable to use triple-space separation instead.