วิธีใช้: CaretM-decode
CaretM-decode คือเครื่องมือ ตัวตรวจสอบและ checksum ออนไลน์ฟรีที่ decodes caret or M-encoded strings, i.e. ^M turns into a newline, M-^] turns into 0x9d. Sources such as `cat -v`. Please be aware that when using `cat -v` ^_ (caret-underscore) will not be encoded, but represents a valid encoding (namely th ทันทีในเบราว์เซอร์ของคุณ วางข้อมูล ปรับตัวเลือก แล้วได้ผลแบบเรียลไทม์ — ไม่ต้องติดตั้ง ไม่ต้องสมัคร และไม่มีการอัปโหลดข้อมูล
คำอธิบาย
Decodes caret or M-encoded strings, i.e. ^M turns into a newline, M-^] turns into 0x9d. Sources such as `cat -v`. Please be aware that when using `cat -v` ^_ (caret-underscore) will not be encoded, but represents a valid encoding (namely th
- ตัวตรวจสอบและ checksum
- ด้วยการคำนวณฝั่งไคลเอ็นต์ทั้งหมด CaretM-decode จึงปลอดภัยสำหรับข้อมูลที่ละเอียดอ่อน เช่น API key
วิธีใช้
ใช้ CaretM-decode ในสามขั้นตอน:
- วางข้อมูลในช่องอินพุต (หรือโหลดตัวอย่าง)
- ปรับตัวเลือกให้ตรงกับรูปแบบที่ต้องการ
- คัดลอก ดาวน์โหลด หรือตรวจสอบเอาต์พุต — อัปเดตทันทีขณะพิมพ์
รัน
กรณีใช้งาน
สถานการณ์ทั่วไปที่ CaretM-decode ช่วยได้:
- Decodes caret or M-encoded strings, i.e. ^M turns into a newline, M-^] turns into 0x9d. Sources such as `cat -v`. Please be aware that when using `cat -v` ^_ (caret-underscore) will not be encoded, but represents a valid encoding (namely th
พารามิเตอร์
เครื่องมือนี้ไม่มีตัวเลือก ทำงานกับอินพุตโดยตรง
คำถามที่พบบ่อย
Caret/M-decode คืออะไร?
Caret/M-decode ใช้เพื่อdecodes caret or M-encoded strings, i.e. ^M turns into a newline, M-^] turns into 0x9d. Sources such as `cat -v`. Please be aware that when using `cat -v` ^_ (caret-underscore) will not be encoded, but represents a valid encoding (namely th ทำงานทั้งหมดในเบราว์เซอร์ ข้อมูลของคุณเป็นส่วนตัว
Caret/M-decode ใช้ง่ายฟรีไหม?
ฟรี ไม่จำกัด ไม่ต้องสมัครหรือติดตั้ง
ข้อมูลของฉันถูกอัปโหลดไหม?
ไม่ ทุกอย่างประมวลผลในเครื่องของคุณ
ข้อควรรู้
- 全部计算在浏览器端完成,因此超大输入受限于标签页内存,而非服务器上传限制。
- 下方示例未能预先计算(threw: function is not iterable (cannot read property Symbol(Symbol.iterator))),上方的交互式工具仍可正常使用。