Curated for developers
A hand-picked subset of the catalog.
Built for developers — fast, private, no signup.
JSON, regex, hashes, JWT, Base64, timestamps, UUIDs and the rest of the tools you reach for between commits — all running in your browser, no upload required.
Why this set
These are the converters and inspectors that show up in every code review and bug hunt: pretty-print a payload, decode a token, generate an ID, hash a string. Each tool runs entirely in your browser using native Web APIs (crypto.subtle, JSON.parse, the regex engine), so production payloads never leave your machine — safe to use on customer data without thinking twice.
Data & code
Encoding & crypto
Base64 인코딩 / 디코딩
Base64 인코딩 및 디코딩 — 유니코드 안전.
URL 인코딩/디코딩
URL을 안전하게 퍼센트 인코딩 및 디코딩합니다.
JWT 디코더
JWT 토큰을 로컬에서 디코딩하고 검사합니다. 기록되지 않습니다.
해시 생성기 (SHA-1/256/384/512)
SHA-1, SHA-256, SHA-384, SHA-512 — 모두 브라우저에서.
HMAC 생성기
모든 비밀 키를 사용한 HMAC-SHA1/256/384/512.
HTML 엔티티 인코딩/디코딩
HTML 특수 문자를 이스케이프하거나 이스케이프를 해제합니다.
16진수/2진수/8진수 변환기
16진수, 2진수, 8진수 및 10진수 간 변환합니다.