No, you haven't. You merely have a signal at a set of discrete levels.
Those discrete levels *are* digits.
You need an analogue to digital converter to take each of those
quantized levels and convert it into a digital word
The circuit which performs the quantisation *is* an analogue to digital
converter.
Note that an analogue circuit with a "step" transfer curve
(e.g. a comparator) doesn't necessarily perform "quantisation". Whether or
not quantisation occurs is conceptual, and depends upon context (i.e. how
you intend to use that signal).
Although binary is the most common base for digital systems, any base is
possible.
Digital means "represented by digits", not "in discrete voltage
steps".
The concept of "digit" is more general than you realise.
In essence, if you have a signal where the exact value (voltage etc)
doesn't matter, only the "category" (e.g. voltage band) in which it falls,
then it's digital, regardless of whether you have 2 categories or 10 or
100.
An important property of practical digital components is that they
regenerate the signal. If you define e.g. the range 0V-2V as "zero" and
3V-5V as "one", then each component will accept outputs which are near the
edges of the range and produce outputs which are further from the edges
(i.e. less ambiguous).
This property allows you to connect components together into arbitrarily
complex circuits without imposing extremely low tolerances on the inputs.
Moreover, it also allows the construction of feedback loops (sequential
logic), where a signal has to pass through an infinite number of
components (it passes through a finite number of components infinitely
many times).