Home Tools
Tools
Cancel

Dev Tools

INPUT
OUTPUT
FAQ — JSON Formatter
Is my data safe? 데이터가 안전한가요?
Yes. 100% client-side JavaScript. No data sent to any server.
네. 모든 처리가 브라우저에서 실행됩니다. 서버 전송 없음.
Does it work offline? 오프라인에서도 되나요?
Once loaded, yes.
페이지 로드 후 인터넷 없이 동작합니다.
Max file size? 최대 크기는?
Several MB. For 50MB+, use jq CLI.
수 MB까지 가능. 50MB 이상은 커맨드라인 jq 추천.
ORIGINAL
MODIFIED
DIFF RESULT
Click "Compare" to see differences...
FAQ — Diff Checker
Can I compare entire files? 파일 전체 비교 가능?
Yes. Paste full contents. Handles thousands of lines.
네. 전체 내용을 붙여넣으세요. 수천 줄도 처리 가능.
Binary files? 바이너리 파일은?
Text only. Use Beyond Compare for binary.
텍스트만 지원. 바이너리는 Beyond Compare 등 전문 도구 사용.
How is this different from git diff?
Visual color-coded output in browser. No CLI needed.
브라우저에서 색상 하이라이트. CLI 불필요.
PRESETS 프리셋
EXPRESSION 크론 표현식
* * * * *
Every minute
EDITOR 편집기
0-59
0-23
CHEAT SHEET 참고
* = every    , = list (1,3,5)    - = range (1-5)    / = step (*/5)
Minute: 0-59   Hour: 0-23   Day: 1-31   Month: 1-12   Weekday: 0-6 (0=Sun)
NEXT 5 RUNS 다음 5회 실행 시간
Click a preset or edit fields above...
FAQ — Cron Generator
6-field or 7-field cron? 6필드/7필드 지원?
Standard 5-field Unix only. For Quartz (Java), add seconds manually.
표준 5필드만 지원. Quartz는 초 필드를 직접 추가하세요.
GitHub Actions compatible? GitHub Actions 호환?
Yes. Note: GitHub Actions cron runs in UTC (KST -9h).
네. 단, GitHub Actions는 UTC 기준 (한국시간 -9시간).
Are next runs accurate? 다음 실행 시간 정확?
Calculated from your browser's time & timezone.
브라우저의 현재 시간/타임존 기준 계산.
LIVE CLOCK 현재 시간
--:--:--
Loading...
Unix: ---
CONVERTER 변환기
Unix Timestamp
Human Date (ISO 8601)
WORLD CLOCK 세계 시간
FAQ — Timestamp Converter
What is a Unix timestamp? Unix 타임스탬프란?
Seconds since Jan 1, 1970 UTC. A universal time format.
1970년 1월 1일 UTC부터 경과한 초 수. 범용 시간 표현.
10 digits vs 13 digits? 10자리 vs 13자리?
10 = seconds (Unix). 13 = milliseconds (Java/JS). Toggle to switch.
10 = 초. 13 = 밀리초 (Java/JS). 토글로 전환.
Timezone support? 타임존 반영?
Local format uses browser timezone. ISO 8601 includes offset.
로컬은 브라우저 타임존, ISO 8601에 오프셋 포함.
INPUT Plain text or Base64
OUTPUT 결과
FILE ENCODE / DECODE 파일 인코딩 / 디코딩
Drop a file here or click to select
파일을 여기에 드래그하거나 클릭하여 선택 (max 5MB)
FAQ — Base64 Encoder / Decoder
What is Base64? Base64란?
An encoding that converts binary data into ASCII text using 64 characters (A-Z, a-z, 0-9, +, /).
바이너리 데이터를 64개 문자(A-Z, a-z, 0-9, +, /)로 변환하는 인코딩.
What is URL-safe Base64? URL-safe Base64란?
Replaces + with - and / with _ to avoid URL encoding issues. Common in JWTs and data URIs.
+를 -, /를 _로 대체하여 URL 인코딩 문제를 방지. JWT, 데이터 URI에서 사용.
Can I encode files? 파일도 인코딩 가능?
Yes. Drag & drop or click to upload (max 5MB). Useful for embedding images in HTML/CSS.
가능합니다. 드래그 앤 드롭 또는 클릭 (최대 5MB). HTML/CSS에 이미지 삽입시 유용.
Is my data safe? 데이터가 안전한가요?
100% client-side. Nothing is sent to any server. Check the source code yourself.
100% 브라우저 처리. 서버 전송 없음. 소스코드를 직접 확인해보세요.