Puzzles cipher – Spell My Username within the Following Code No. 1 Team FunTrove - October 3, 2022 0 [ad_1] cipher – Spell My Username within the Following Code No. 1 – Puzzling Stack Exchange Stack Exchange Network Stack Exchange community consists of 182 Q&A communities together with Stack Overflow, the most important, most trusted on-line group for builders to be taught, share their information, and construct their careers. Visit Stack Exchange Log in Sign up Puzzling Stack Exchange is a query and reply website for individuals who create, resolve, and examine puzzles. It solely takes a minute to enroll. Sign as much as be part of this group Anybody can ask a query Anybody can reply The finest solutions are voted up and rise to the highest Asked 17 days in the past Viewed 315 instances $begingroup$ I’ve developed an fascinating code which is a variation of a well-known code, and I shall let you know what the code of a number of the letters of the English alphabet are. Your purpose is to spell my username within the code. The left column is the conventional english letter, the correct column is the code. Note: letters are separated by hyphens, and areas are simply areas. Letter Code B 8 D 4 F 2B H 0D I 0B J 7A Ok 5 L 4A Q 13 Hint 1: A subdivision of hexadecimal. Other puzzles within the sequence: No. 2 requested Sep 15 at 9:48 $endgroup$ 4 $begingroup$ I believe the reply is 10-0D-0A-0A-0C-0A 10-1A-5-0A Explanation (credit to @franckvivien for determining essentially the most a part of the answer): Use Morse Code of the letter and substitute – by 1 and . by 0. Convert this binary quantity to decimal. If there are main 0s append a letter A-D equivalent to the variety of main 0s. C -> -.-. -> 1010 -> 10 + no main 0s -> 10H -> …. -> 0000 -> 0 + 4 main 0s -> D -> 0DE -> . -> 0 -> 0 + 1 main 0 -> A -> 0AS -> … -> 000 -> 0 + 3 main 0s -> C -> 0CA -> .- -> 01 -> 1 + 1 main 0 -> A -> 1AOk -> -.- -> 101 -> 5 + no main 0s -> 5 answered Sep 19 at 14:48 inkiliinkili 5633 bronze badges $endgroup$ 1 $begingroup$ One tentative reply, which supposes Q’s illustration will not be 13. So I could also be mistaken…. A-0D-0A-0A-0C-0A A-1A-5-0A Encoding clarification: First rule: The first (or distinctive) character is the hex illustration of Morse code of the letter, transformed to binary. Using sprint==1 and dot==0For instance: B:- … == 1000 == 0x8Note that each letter is represented by at most 4 characters in morse code, so we are able to all the time convert a letter to an hex digit.2nd rule: If the morse illustration begins with a touch, we have completed.third rule: If morse illustration begins with dots, we should declare what number of dots are the start of morse code.This is encoded as a 2nd character, utilizing A for 1 dot, B for two dots, C for 3 dots and D for 4 dotsFor instance, H = …. (0) begins with 4 dots (D) So code is 0Dor I = .. (0) begins with 2 dots (B) Code is 0B Based on this guidelines, the lacking letters are encoded as comply with C: -.-. -> A (begins with a -, no second character)E: . (0) 1 dot begin(A) -> 0AS: … (0) 3 dots begin (C) -> 0CA: .- (1) 1 dot begin (A) -> 1A bobble 9,50044 gold badges3030 silver badges7777 bronze badges answered Sep 15 at 19:28 $endgroup$ 2 Your privateness By clicking “Accept all cookies”, you agree Stack Exchange can retailer cookies in your system and disclose data in accordance with our Cookie Policy. Accept all cookies Customize settings [ad_2] LEAVE A REPLY Cancel reply Please enter your comment! Please enter your name here You have entered an incorrect email address! Please enter your email address here Save my name, email, and website in this browser for the next time I comment.