Text & Code
Text to Binary / Hex / Octal
Convert text to binary, hexadecimal, octal, and decimal - and back.
Your files stay on your device - processed locally via WebAssembly, never uploaded
Separator
Prefix
🔒 All conversions happen in your browser. Nothing is sent anywhere.
Embed this tool on your website
Copy this code to add the Text to Binary / Hex / Octal to your site for free. It runs entirely in your visitors' browsers - no API key, no usage limits.
<iframe src="https://optipix.art/embed/text-converter" width="100%" height="600" style="border:1px solid #e4e4e7;border-radius:8px;" title="Text to Binary / Hex / Octal by OptiPix" loading="lazy"></iframe> <p style="font-size:12px">Free tool by <a href="https://optipix.art/text-converter">OptiPix Text to Binary / Hex / Octal</a></p>
❤️ Love this tool? Support our team.
No ads, no tracking, no limits. Tips keep 104 tools free for everyone.
Secure payment via Stripe · No account needed
About Text to Binary / Hex / Octal
Last updated: May 2026
ממיר הטקסט OptiPix ממיר טקסט בין תווים קריאים לבני אדם לייצוגים המספריים שלהם בפורמטים בינארי, הקסדצימלי, אוקטלי ועשרוני (ASCII). הקלד או הדבק טקסט וראה אותו באופן מיידי בכל ארבעת הפורמטים בו-זמנית. הפוך את ההמרה על ידי הדבקת ערכים בינאריים, הקסדצימליים או אוקטליים כדי לפענח בחזרה לטקסט. בחר מפרידים (רווח, ללא, פסיק, שורה חדשה) ותחיליות (ללא, 0b, 0x, 0o) עבור הפלט. תמיכה מלאה ב-UTF-8 פירושה שהוא מטפל באימוג'י ותווים בינלאומיים כראוי. העתק כל פורמט בנפרד. כל ההמרות מתבצעות מקומית בדפדפן שלך.
How It Works
הכלי משתמש ב-TextEncoder של JavaScript כדי לקבל ערכי בתים של UTF-8, ואז ממיר כל בית לבסיס היעד באמצעות Number.toString(base). לצורך פענוח, הוא מנתח את הערכים המספריים ומרכיב מחדש את הבתים המקוריים באמצעות TextDecoder.
Use Cases
- •Debug character encoding issues in web applications
- •Convert text to binary for educational purposes
- •Generate hex representations for color codes and byte values
- •Inspect raw byte values of Unicode characters
- •Prepare hex-encoded data for network protocols
You Might Also Like
If you find Text to Binary / Hex / Octal useful, check out these related tools: Base64 Text Encoder / Decoder, URL Encoder / Decoder, and Hash Generator. All tools run entirely in your browser with no uploads or signups required.
Explore more: Browse all tools · Step-by-step guides · Tips & tutorials · Compare tools
Frequently Asked Questions
אילו פורמטים נתמכים?
האם ניתן להמיר בינארי/הקס בחזרה לטקסט?
האם הוא תומך ביוניקוד ובאימוג'י?
אילו אפשרויות הפרדה זמינות?
האם הטקסט שלי נשלח לשרת כלשהו?
Related Tools
Base64 Text Encoder / Decoder
Encode text to Base64 and decode Base64 back to text. URL-safe mode available.
URL Encoder / Decoder
Encode and decode URLs with percent-encoding. Parse URLs into components.
Hash Generator
Generate MD5, SHA-1, SHA-256, SHA-384, and SHA-512 hashes from text or files.
Case Converter
Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, and 10+ more formats.