Text Converter Encoder Decoder
codec/stylish-text
About App
The text converter (type input box for encode, output box for decode): - Upside down text (hello -> oןןǝɥ) - Text to ascii (ab -> 97 98) - Text to binary (abc -> 01100001 01100010) - Text to hex (ab -> 61 62) - Text to octal (ab -> 141 142) - Reverser text (abc def -> fed cba) - Upper text (abc -> ABC) - Lower text (AbC -> abc) - Super script (ˢᵘᵖᵉʳˢᶜʳⁱᵖᵗ) - Sub script (ₕₑₗₗₒ) - Morse code (Hello -> .... . .-.. .-.. ---) - Base64 (Hello -> aGVsbG8=) - Zalgo text (Hello -> hello); Create fun
Developer info