Drop any file here
binary, executable, image, anything — opened locally, never uploaded · handles very large files
在瀏覽器中檢視與編輯二進位檔 — hex、十進位或二進位,vim 風格操作。
檔案不會離開你的瀏覽器 — 全部在本機處理。
Drop any file here
binary, executable, image, anything — opened locally, never uploaded · handles very large files
這個線上 hex 編輯器可以開啟任何檔案,並以經典版面呈現 — offset 欄、位元組內容,加上同步的 ASCII 欄 — 搭配深色、專注的編輯畫面。位元組顯示可在十六進位、十進位和二進位之間切換,每列顯示的位元組數也能調整;資料檢視器會把游標處的位元組即時解碼成各種常見的整數與浮點型別,little-endian 和 big-endian 都有。
它是為大檔案而打造的:捲動時位元組會從磁碟分小塊串流讀入,編輯內容存放在稀疏覆蓋層中,匯出前不會複製任何資料。導覽與編輯採 vim 風格 — hjkl 移動、i 進入編輯、: 跳到指定 offset — 而且全程在本機執行,檔案絕不會被上傳。