Skip to content

vincuska/utf8-octal-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

UTF-8 and UTF-8 to octal decoder

This amazing tool not only decodes utf-8 but utf-8 in octal form!!!

Features

So if there's any wierd stuff like this in a file (no idea where you would find a file like that):

  • \x63\x6F\x6F\x6C
  • \143\157\157\154
  • \x63\x6F\157\154
  • \143\157\x6F\x6C

It will output the word 'cool' 4 times!

Run Locally

  git clone https://github.com/vincuska/utf8-octal-decoder
  cd utf8-octal-decoder
  python decoder.py

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Languages