도구 가이드
text 무료 회원가입 불필요

Base64 인코더 / 디코더

점과 대시를 입력하거나 인터랙티브 탭 버튼을 눌러 모스 부호를 해독하세요.

도구를 불러오는 중…

이 도구에 대해

점(.)과 대시(-)를 사용하여 문자 사이에 공백, 단어 사이에 슬래시(/)를 두고 모스 부호를 붙여 넣거나 입력하면 입력하는 즉시 해독된 텍스트가 나타납니다. 직접 체험하려면 탭 버튼을 사용하세요: 짧은 클릭은 점, 300ms 이상의 길게 누름은 대시를 생성합니다 — 실제 전신 키와 똑같습니다. 디코더는 각 모스 그룹 위에 해독된 문자를 표시하므로 실수를 한눈에 발견할 수 있습니다. 일반적인 구두점을 포함한 전체 ITU 모스 알파벳을 보여주는 참조 카드가 내장되어 있습니다.

사용 방법

  1. 1 점(.), 대시(-), 문자 사이의 공백, 단어 사이의 /를 사용하여 입력 상자에 모스 부호를 입력하거나 붙여 넣으세요.
  2. 2 해독된 텍스트가 각 점과 대시 그룹 위에 실시간으로 업데이트됩니다.
  3. 3 또는 점을 위한 짧은 탭과 대시를 위한 길게 누름(≥300ms)으로 '탭' 버튼을 클릭하여 모스 부호를 인터랙티브하게 입력하세요.
  4. 4 전체 모스 알파벳 및 구두점 표는 하단의 참조 카드를 참고하세요.

Reading Morse the other way: from dots and dashes back to text

Encoding text into Morse is the easy direction — every letter has exactly one pattern. Decoding is harder, because the receiver has to figure out where one character ends and the next begins purely from the gaps. This tool takes the marks you give it — dots (.), dashes (-), spaces, and the word separator / — and turns them back into plain text, character by character. It is built for the receiving side of Morse: copying a signal you heard, transcribing a recording, or checking a code you wrote by hand.

The three levels of spacing the decoder relies on

Because dots and dashes are written with the same two symbols for every letter, the spacing is the grammar. This tool reads three distinct separators, and getting them right is the whole game:

SeparatorYou typeMeaning
Symbol gap(nothing)Dots and dashes touching form one letter: ... is S
Letter gapone or more spacesEnds a letter, starts the next: ... --- is two letters
Word gap/ (slashes, spaces optional)Ends a word, inserts a space in the output

Internally the decoder splits your input on / to find words, splits each word on whitespace to find letters, then looks each dot-dash token up in the International Morse table. Any token it cannot find is rendered as a literal ? so you can see exactly where decoding failed rather than silently dropping it.

A worked example

Type .... . .-.. .-.. --- / .-- --- .-. .-..-. -.. into the box. The decoder splits on the / into two words. In the first, the five space-separated tokens ...., ., .-.., .-.., --- map to H, E, L, L, O. The second word .-- --- .-. .-..-. -.. becomes W, O, R… then .-..-. resolves to a double-quote and -.. to D — so a stray symbol shows up immediately as the wrong character. The annotated view stacks each decoded letter above its dot-dash token, making it obvious which group produced which character, and the large decoded text line shows the final string you can copy.

Tapping it out instead of typing

The tool also has a tap pad that turns timing into symbols the way a real telegraph key does. A quick press registers a dot; holding the button for 300 ms or more registers a dash. Then it watches the silence: about one second of no tapping ends the current letter and decodes it, and a further pause inserts a word break (/). This is a hands-on way to feel why spacing matters — tap . then pause too long and you have sent E followed by a new letter, not the start of a longer code.

Why decoding is genuinely ambiguous

The deep problem in Morse reception is that without clear gaps, a stream is ambiguous. The sequence ...-.- could be SV, UR, or several other readings depending on where you place the letter breaks. A human operator resolves this with rhythm and context; this tool resolves it strictly from the spaces you provide. That is the single most important thing to understand: the decoder is only as good as your gaps. If you run letters together with no spaces, it will try to match the entire run as one impossibly long token and return ?.

Common mistakes and how to avoid them

  • No spaces between letters. Writing ...---... as one block asks the tool to find a single nine-element character. (That specific run happens to be mapped to the SOS prosign, but .... jammed against . will not split into H and E.) Put a space between every letter.
  • Mixing up the word separator. Use / for word breaks. Multiple spaces alone are all treated as a single letter gap, so two words will merge.
  • Wrong dash character. Type a plain hyphen -, not an en-dash or em-dash pasted from a document. Only the ASCII dot and hyphen are recognised.
  • Expecting it to guess letter breaks. It will not infer where one character ends; that is information only the gaps carry.

Practical uses

Decode a signal you copied by ear during ham-radio practice, transcribe Morse from an old film or audio clip, check homework or a puzzle answer, or verify that a code you encoded round-trips back to the right text. A built-in reference card lists the full alphabet, digits, and punctuation so you can look up any character while you work. Everything runs locally in your browser — the marks you paste are decoded on your own device and never sent anywhere.

자주 묻는 질문

{# Alpine.js — self-hosted. (The previous jsdelivr CDN tag had a stale SRI integrity hash, so the browser refused to run it and window.Alpine was never defined — silently breaking every FAQ accordion and Alpine tool.) #}