Binary Converter
Convert text to binary and binary back to text.
Encoding
Convert text to hexadecimal and hex back to text.
Text is encoded as UTF-8 before conversion, so a character like é produces two bytes (C3 A9) rather than one. Decoding reverses this, interpreting the byte sequence as UTF-8.
The decoder is permissive: spaces, colons, commas, newlines, 0x prefixes and \x prefixes are all stripped before parsing. You can paste a hex dump from almost any source and it will parse, as long as the remaining digits form whole bytes.
Convert text to binary and binary back to text.
Convert text and binary data to Base64 and back.
Convert numbers between binary, octal, decimal, hex and any base.
Your input is saved in this browser so a refresh does not lose it. Tools handling credentials are never saved.