diff --git a/README.md b/README.md index 5d9d35e..51bc911 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ![asciitable](https://github.com/ManojTGN/ascii-table/assets/42494649/ab86ba7e-6085-464c-9ff2-c76e6aa661e6) ## Overview -AsciiTable shows octal, hexadecimal, and decimal representations of ascii characters. It supports all 8-bit ASCII characters. But 7-bit ASCII characters are prefered to be processed. +AsciiTable shows octal, hexadecimal, decimal and binary representations of ascii characters. It supports all 8-bit(256) ASCII characters. But 7-bit(128) ASCII characters are prefered to be processed. ![asciitable](https://github.com/ManojTGN/ascii-table/assets/42494649/c140c32a-6315-424a-a4cd-62924970acac) ## Features -- Converts ASCII characters to octal, hexadecimal, and decimal values. +- Converts ASCII characters to octal, hexadecimal, decimal and binary values. - Simple and lightweight command-line interface. - Supports the full range of 256 ASCII characters.