What tool to draw and generate Texture data like this Phaser example?

Hello all,

In this example, there are some nice pixel art images. What tool can we use to draw and generate texture data?

https://labs.phaser.io/edit.html?src=src\textures\generate%20more%20textures.js

Example, this data will generate a chick.

    var chick = [
    '...55.......',
    '.....5......',
    '...7888887..',
    '..788888887.',
    '..888088808.',
    '..888886666.',
    '..8888644444',
    '..8888645555',
    '888888644444',
    '88788776555.',
    '78788788876.',
    '56655677776.',
    '456777777654',
    '.4........4.'
];

Bump. I am also interested to know if a tool like this exists. If not, creating this tool would not be a difficult task.

Yes, Jacob. Hope someone can give us the answer.