The result differs from another encoder
compare delimiter, quoting, BOM, text encoding and CRLF/LF line endings.
Encode TSV as standard or URL-safe Base64 while preserving the source representation. Review, copy or download the result.
This page encodes TSV into Base64 without applying format-specific validation or transformation. Use Standard or URL-safe output according to the receiving protocol, then copy or download the value.
Convert now
Enter or upload
Paste text or choose a file
Choose an action
Encode, decode or inspect
View results
Review output and byte details
Input bytes
101010 111100 110101 ...
Split into 6-bit groups
101010 111100 110101 ...
Convert to indexes
42 60 53 ...
Base64 characters
q 8 1 ...
Paste the TSV source exactly as it should be encoded.
Keep Encode selected and choose the output option shown by the tool.
Review the output and byte information, then copy or download the result.
Tabs and line breaks remain part of the source bytes. The converter does not validate column counts or normalize data copied from a spreadsheet.
Use Standard Base64 for the normal RFC 4648 alphabet. Use URL-safe only when the receiving system expects Base64URL; padding rules can differ by protocol.
Document the delimiter, line ending and character encoding beside the payload so another system can reconstruct the same table dialect.
Typical workflows include:
Important constraints:
compare delimiter, quoting, BOM, text encoding and CRLF/LF line endings.
verify that the receiving application uses the same delimiter and character encoding.
Tabs and line breaks remain part of the source bytes. The converter does not validate column counts or normalize data copied from a spreadsheet.
No. It converts the supplied text or bytes. Use a dedicated parser, formatter or validator when syntax correctness matters.
Standard Base64 uses + and /. Base64URL uses - and _ and may omit padding; choose the form required by the receiving system.
Yes. Tabs, commas, quoting, BOM and CRLF/LF are encoded as supplied, so they must be kept consistent when comparing results.
Continue with the localized page that matches the next operation:
Paste your input above, run the conversion, and copy or download the result.