Run Code  | API  | Code Wall  | Misc  | Feedback  | Login  | Theme  | Privacy  | Patreon 

PyEnDecode

Language: Layout:
+ ] Show input
Absolute running time: 0.32 sec, cpu time: 0.05 sec, memory peak: 8 Mb, absolute service time: 0,42 sec 
edit mode |  history  | discussion
Encoding strings into sequence of bytes:

b'P\xe0\xa6\x87thon string \xe0\xa6\x8fncoding \xe0\xa6\x8fxample'
b'P?thon string ?ncoding ?xample'
b'P\xe0\xa6\x87thon string \xe0\xa6\x8fncoding \xe0\xa6\x8fxample'
b'P\xe0\xa6\x87thon string \xe0\xa6\x8fncoding \xe0\xa6\x8fxample'
b'P\\N{BENGALI LETTER I}thon string \\N{BENGALI LETTER E}ncoding \\N{BENGALI LETTER E}xample'
b'Pইthon string এncoding এxample'

Decoding stream of bytes into strings:

Pইthon string এncoding এxample
P?thon string ?ncoding ?xample
Pইthon string এncoding এxample
Pইthon string এncoding এxample
P\N{BENGALI LETTER I}thon string \N{BENGALI LETTER E}ncoding \N{BENGALI LETTER E}xample
Pইthon string এncoding এxample

    
                
λ
.NET NoSQL database for rapid development