Skip to main content
added 62 characters in body
Source Link

JellyJelly, 6 bytes (non-competing)bytes

OBU¬ḄỌ 

Try it online!Try it online!

Explanation:

OBU¬ḄỌ Main link: z O Convert z to a list of character codes. B Convert the codes to bit lists. U Reverse the bits (not the lists). ¬ Invert the bits. Ḅ Convert back to decimal. Ọ Convert back to string. 

Jelly, 6 bytes (non-competing)

OBU¬ḄỌ 

Try it online!

Explanation:

OBU¬ḄỌ Main link: z O Convert z to a list of character codes. B Convert the codes to bit lists. U Reverse the bits (not the lists). ¬ Invert the bits. Ḅ Convert back to decimal. Ọ Convert back to string. 

Jelly, 6 bytes

OBU¬ḄỌ 

Try it online!

Explanation:

OBU¬ḄỌ Main link: z O Convert z to a list of character codes. B Convert the codes to bit lists. U Reverse the bits (not the lists). ¬ Invert the bits. Ḅ Convert back to decimal. Ọ Convert back to string. 
Didn't see this was posted before the language was invented.
Source Link
Erik the Outgolfer
  • 40.8k
  • 5
  • 46
  • 125

Jelly, 6 bytes (non-competing)

OBU¬ḄỌ 

Try it online!

Explanation:

OBU¬ḄỌ Main link: z O Convert z to a list of character codes. B Convert the codes to bit lists. U Reverse the bits (not the lists). ¬ Invert the bits. Ḅ Convert back to decimal. Ọ Convert back to string. 

Jelly, 6 bytes

OBU¬ḄỌ 

Try it online!

Explanation:

OBU¬ḄỌ Main link: z O Convert z to a list of character codes. B Convert the codes to bit lists. U Reverse the bits (not the lists). ¬ Invert the bits. Ḅ Convert back to decimal. Ọ Convert back to string. 

Jelly, 6 bytes (non-competing)

OBU¬ḄỌ 

Try it online!

Explanation:

OBU¬ḄỌ Main link: z O Convert z to a list of character codes. B Convert the codes to bit lists. U Reverse the bits (not the lists). ¬ Invert the bits. Ḅ Convert back to decimal. Ọ Convert back to string. 
Source Link
Erik the Outgolfer
  • 40.8k
  • 5
  • 46
  • 125

Jelly, 6 bytes

OBU¬ḄỌ 

Try it online!

Explanation:

OBU¬ḄỌ Main link: z O Convert z to a list of character codes. B Convert the codes to bit lists. U Reverse the bits (not the lists). ¬ Invert the bits. Ḅ Convert back to decimal. Ọ Convert back to string.