RegCalc
TextFormatter
DateTime
Password
Links
About
64位寄存器计算 (RegCalc64)
     63 62 61 60     59 58 57 56     55 54 53 52     51 50 49 48     
                        
     47 46 45 44     43 42 41 40     39 38 37 36     35 34 33 32     
                        
              
     31 30 29 28     27 26 25 24     23 22 21 20     19 18 17 16     
                        
     15 14 13 12     11 10 9 8     7 6 5 4     3 2 1 0     
                        
Hex(16):
Dec(10):
Bin(2):
Bit Field:
Shift:
Expr:
Result:

文本处理工具 (TextFormatter)

序列号码生成

日期时间计算器

计算两个日期时间相隔
计算未来或过去日期时间

密码生成器

所有密码只在当前浏览器本地生成,不会保存或上传任何内容。生成的密码不会写入本地存储;仅“指定符号”和“额外排除字符”会保存在本机浏览器,方便下次使用。

About / 使用说明

64位寄存器计算(RegCalc)使用说明(快捷键与操作)

1) 输入方式
  • 可直接在 Hex / Dec / Bin / Human 任一框输入,其他输入框会自动联动更新。
  • 位按钮可点选 0 / 1 生成数值。
2) 计算器
  • 在“计算”输入框中输入表达式,例如:0x43+10、(0x100>>4)|3。
  • 按回车键执行计算。
3) 快捷键
  • Alt + ↑:结果 → Hex,并联动刷新。
  • Alt + ↓:Hex → 计算输入框。
4) 双击复制
  • 任意文本框或文本域双击,可复制该框内容到剪贴板。

发布记录

2025.07.25  v0.1   初版
2026.03.28  v0.2   修改格式
2026.06.06  v0.3   适配移动端显示,优化字体与 RegCalc 表单布局
2026.06.06  v0.4   优化位按钮矩阵分组间距,位域编辑支持动态增删
2026.06.06  v0.5   计算器支持浮点表达式
2026.06.06  v0.6   优化 TextFormatter 手机按钮布局,新增常用文本处理
2026.06.07  v0.7   增强 TextFormatter 十六进制分组、大小端、URL、Base64、JSON 处理
2026.06.07  v0.8   新增序列生成、日期时间计算、密码生成和外部工具链接
2026.06.07  v0.9   外部工具增加图像处理链接
2026.06.07  v0.10  调整 TextFormatter 序列区位置,收窄工具页宽度
2026.06.07  v0.11  密码生成器记住指定符号和额外排除字符
2026.06.07  v0.12  外部工具增加 Awesome-tools 清单
2026.06.07  v0.13  优化 Awesome-tools 清单内部分类展示
2026.06.07  v0.14  优化序列号码生成布局和位数限制
2026.06.07  v0.15  修复 TextFormatter 窄屏文本框高度
2026.06.07  v0.16  TextFormatter 操作区改为滚动面板
2026.06.07  v0.17  优化手机端标签栏短名称
2026.06.07  v0.18  调整日期时间计算器输入排列
2026.06.07  v0.19  日期时间计算器输入改为同排行
2026.06.07  v0.20  RegCalc 计算输入支持三行自适应
2026.06.07  v0.21  放宽 RegCalc 表达式限制并取消 128 位截断
2026.06.07  v0.22  修改界面为英文,提示中文英文
2026.06.09  v0.23  修复 RegCalc 精确小数计算,DateTime 增加时间转换联动
2026.06.09  v0.24  RegCalc 小数表达式改用 mathjs 计算
2026.06.09  v0.25  RegCalc 计算输入支持 × ÷ 和全角运算符
2026.06.09  v0.26  Bin(2) 输入框改为按内容动态高度
2026.06.09  v0.27  密码生成器增加本地生成与不上传说明
2026.06.09  v0.28  优化 DateTime 基准时间与时间转换开关布局
2026.06.09  v0.29  DateTime 支持基准时间与当前时间的精确差值
2026.06.09  v0.30  Time 标签与说明统一改为 DateTime
2026.06.09  v0.31  TextFormatter 按钮按分类折叠为下拉组,新增颜色区隔、悬浮示例提示与清空所有
2026.06.10  v0.32  外部工具增加 Unix 时间戳与万年历,首页改为无提示直接进入
2026.06.10  v0.33  校准 README 入口说明并复核在线链接

64-bit Register Calculator (RegCalc) User Guide

1) Input
  • You can enter a value in any Hex / Dec / Bin / Human field. Other fields will update automatically.
  • You can click bit buttons to set 0 / 1 and generate the value.
2) Calculator
  • Enter an expression in the calculation input box, for example: 0x43+10, (0x100>>4)|3.
  • Press Enter to calculate.
3) Shortcuts
  • Alt + ↑: Result → Hex, then update related fields automatically.
  • Alt + ↓: Hex → calculation input box.
4) Double-click to Copy
  • Double-click any input box or text area to copy its content to the clipboard.

Release Notes

2025.07.25  v0.1   Initial release
2026.03.28  v0.2   Updated format
2026.06.06  v0.3   Added mobile display support, optimized fonts and RegCalc form layout
2026.06.06  v0.4   Optimized bit button matrix group spacing, added dynamic add/delete support for bit-field rows
2026.06.06  v0.5   Added floating-point expression support to the calculator
2026.06.06  v0.6   Optimized TextFormatter mobile button layout, added common text processing features
2026.06.07  v0.7   Enhanced TextFormatter support for hex grouping, endian conversion, URL, Base64, and JSON processing
2026.06.07  v0.8   Added sequence generator, DateTime calculator, password generator, and external tool links
2026.06.07  v0.9   Added image processing links to external tools
2026.06.07  v0.10  Adjusted TextFormatter sequence section position and reduced tool page width
2026.06.07  v0.11  Password generator now remembers specified symbols and extra excluded characters
2026.06.07  v0.12  Added Awesome-tools list to external tools
2026.06.07  v0.13  Optimized category display inside the Awesome-tools list
2026.06.07  v0.14  Optimized sequence number generator layout and digit limit
2026.06.07  v0.15  Fixed TextFormatter text box height on narrow screens
2026.06.07  v0.16  Changed TextFormatter operation area to a scrollable panel
2026.06.07  v0.17  Optimized short tab names on mobile
2026.06.07  v0.18  Adjusted DateTime calculator input layout
2026.06.07  v0.19  Changed DateTime calculator inputs to same-row layout
2026.06.07  v0.20  RegCalc calculation input now supports three-line auto-resizing
2026.06.07  v0.21  Relaxed RegCalc expression restrictions and removed 128-bit truncation
2026.06.07  v0.22  Updated the UI to English and added bilingual Chinese-English tooltips
2026.06.09  v0.23  Fixed exact decimal calculation in RegCalc, added linked time conversion in DateTime
2026.06.09  v0.24  Switched RegCalc decimal expressions to mathjs
2026.06.09  v0.25  Added RegCalc support for ×, ÷, and full-width operators
2026.06.09  v0.26  Made the Bin(2) input height adjust to its content
2026.06.09  v0.27  Added local-only and no-upload notice to Password Generator
2026.06.09  v0.28  Optimized DateTime base-time and conversion toggle layout
2026.06.09  v0.29  Added precise DateTime difference from base time to now
2026.06.09  v0.30  Renamed Time tab and descriptions to DateTime
2026.06.09  v0.31  Collapsed TextFormatter buttons into colored dropdown groups with hover examples and clear-all
2026.06.10  v0.32  Added Unix timestamp and calendar links, made the home entry silent
2026.06.10  v0.33  Aligned README entry wording and rechecked online links