unicode, dollcode, dollnary, hex en/decoder

enter unicode text, a dollcode or dollnary byte-sequence, or a series of utf-8 octets, with or without spaces

what is dollcode?

dollcode is a ternary number, with ▖, ▘, and ▌ denoting 1, 2, and 3 respectively
counting 1 to 16 would be ▖, ▘, ▌, ▖▖, ▖▘, ▖▌, ▘▖, ▘▘, ▘▌, ▌▖, ▌▘, ▌▌, ▖▖▖, ▖▖▘, ▖▖▌, ▖▘▖
see here for an explanation of how the text encoding works

what is dollnary

dollnary is a base-4 number with │, ╽, ╿, and ┃ denoting 0, 1, 2, and 3 respectively
counting from 0 to 15 would be │, ╽, ╿, ┃, ╽│, ╽╽, ╽╿, ╽┃, ╿│, ╿╽, ╿╿, ╿┃, ┃│, ┃╽, ┃╿, ┃┃