Formatierer & Code
Byte Array Dienstprogramme
Convert between hex, base64, decimal, binary and ArrayBuffer.
48 65 6c 6c 6f 2c 20 41 6e 79 74 69 6d 65 21
SGVsbG8sIEFueXRpbWUh
72, 101, 108, 108, 111, 44, 32, 65, 110, 121, 116, 105, 109, 101, 33
01001000 01100101 01101100 01101100 01101111 00101100 00100000 01000001 01101110 01111001 01110100 01101001 01101101 01100101 00100001
As UTF-8 text
Hello, Anytime!
Anmerkung der Redaktion
Understanding · The five ways languages spell 'a sequence of bytes'.
Dieses ausführliche Kapitel ist derzeit nur auf Englisch verfügbar. Das Konvertierungstool oben funktioniert in Ihrer Sprache; der lange Erklärtext wurde noch nicht übersetzt.
Häufig gestellte Fragen
Quick answers.
›What is an ArrayBuffer?
An `ArrayBuffer` is a generic fixed-length raw binary data buffer. It cannot be manipulated directly; instead, you use a TypeArray or DataView to read and write the underlying content.
›Does this tool work with files?
This tool is designed for small to medium byte strings and arrays. For very large files, your browser may experience performance lag during the conversion process.
›Is my binary data secure?
Yes. All conversion logic is executed locally using JavaScript. No data is transmitted to an external server, ensuring your keys or sensitive payloads remain private.
›Why use Hex instead of Base64?
Hexadecimal is often easier for humans to read and debug as it maps directly to byte boundaries. Base64 is more compact for transmission, reducing data size by approximately 33% compared to hex.
Andere suchten auch nach
Verwandte Tools
More in this room.
- JSON zu XML KonverterJSON in sauberes, wohlgeformtes XML umwandeln.
- CSV zu JSON KonverterTabellen sofort in JSON-Arrays umwandeln.
- YAML zu JSON KonverterYAML zu JSON umwandeln — sofort, nur im Browser.
- JSON zu Excel KonverterJSON-Arrays in Excel-Tabellen umwandeln.
- TOML ⇄ JSON KonverterKonvertieren zwischen TOML und JSON – in beide Richtungen.
- INI ⇄ JSON KonverterINI Konfigurationsdateien in JSON und zurück konvertieren.