W
Size: a a a
W
👑️
БГ
py3
st = "hello world"
print(' '.join(format(ord(x), 'b') for x in st))
1101000 1100101 1101100 1101100 1101111 100000 1110111 1101111 1110010 1101100 1100100
БГ
py3
help(format)
Help on built-in function format in module builtins:
format(value, format_spec='', /)
Return value.__format__(format_spec)
format_spec defaults to the empty string.
See the Format Specification Mini-Language section of help('FORMATTING') for
details.
БГ
DY
E
DY
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="600" viewBox="0 0 10080 5040">
<title>Flag of Jordan</title>
<path fill="#fff" d="m0 0h10080v5040H0z"/>
<path d="m0 0h10080v1680H0z"/>
<path fill="#007a3d" d="m0 3360h10080v1680H0z"/>
<path fill="#ce1126" d="m5040 2520L0 5040V0m1557 2160-78 198-203-62 106 184-176 120 211 32-16 212 156-144 157 144-16-212 210-32-175-120 106-184-203 62z"/>
</svg>
AT
БГ
E
БГ
W
k
W
КБ
КБ
k
VA