Choose the exact representation
Use the protocol-specific Base tool, Base-N for radices 2–36, hex for bytes, or URL, HTML, and Unicode tools for escape syntax.
Elysia Tools
Navigation
Workflow Playbook
Convert text and bytes across Base variants, arbitrary radices, hex, and web escapes while checking reversible byte preservation.
Hubs
Convert text and bytes across Base variants, arbitrary radices, hex, and web escapes while checking reversible byte preservation.
Use this guide to turn the stated scope into a reviewable result. Keep the source, intermediate outputs, and decisions together so the next person can understand what was checked and why.
Keep the original text or byte sequence and identify its character encoding.
Confirm the protocol variant, alphabet, padding, and downstream context before converting.
Decision: Choose the exact representation. Use the protocol-specific Base tool, Base-N for radices 2–36, hex for bytes, or URL, HTML, and Unicode tools for escape syntax.
Save a sample, determine whether it is text, a number, or raw bytes, and note the protocol. Use hex-editor, unicode-escape-converter.
Apply the exact Base or radix family required by the target system. Use base-n-radix-converter, base32-converter, base45-converter, base58-converter, base62-converter, base64url-encoder, z85-rfc1924-base85-stream-codec.
Convert text and hex or apply URL, HTML-entity, or Unicode escapes. Use hex-to-string, url-encoder, html-entity-encoder, unicode-escape-converter.
Reverse the conversion and compare bytes, length, padding, and special characters. Use base64url-encoder, hex-to-string, hex-editor.
Workflow playbook
Save a sample, determine whether it is text, a number, or raw bytes, and note the protocol.
Apply the exact Base or radix family required by the target system.
Convert text and hex or apply URL, HTML-entity, or Unicode escapes.
Reverse the conversion and compare bytes, length, padding, and special characters.
Use the protocol-specific Base tool, Base-N for radices 2–36, hex for bytes, or URL, HTML, and Unicode tools for escape syntax.