Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8708729
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T04:12:25+00:00 2026-06-13T04:12:25+00:00

I have run into such a java String where the following is false :

  • 0

I have run into such a java String where the following is false:

body.equals(new String(body.getBytes()));

I suppose this is because the String constructor is by default treating the encoding of the body byte[] as UTF-8, I’m not 100% sure. How would I be able to store this string in a byte[] and be able to convert it back later? I suppose I need to be able to determine what encoding the byte[] is in. How would I do this?

Some context: I need the byte[] so I can compress the data, store it in a db, and later uncompress and turn the uncompressed byte[] back into the original string. The string originally comes from some library which downloaded a webpage, and i’m not sure what processing they do on the string before handing it to me.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T04:12:26+00:00Added an answer on June 13, 2026 at 4:12 am

    Just make sure that you use the same charset both ways – when creating the byte array from the String and when creating the String from the byte array.

    So you example would be better as:

    body.equals(new String(body.getBytes("utf-8"), "utf-8"));
    

    This will guarantee, no matter what the environment, that the bytes will be understood.

    You should also, almost unquestionably, be using unicode. If you choose a single-byte encoding (e.g. an ISO code-page) you will likely regret it in future, even if there is a single-byte encoding that satisfies your needs right now.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have run into a problem with Eclipse Indigo, attempting to start up my
I have run into a little problem. I am connecting to a webservice that
I have run into a couple of similar quirks regarding uint usage in both
I have run into a situation where I want to ensure that a compound
I have run into a problem trying to modify a form I myself have
I have run into a bit of a problem here: I had a problem-specific
I have run into a problem w/ my model for databinding in WPF. I
I have run into a very strange behaviour I can’t make sense of. I
I have run into a problem... I'm trying to use QTKit in an application
I have run into some trouble with the gd library's imagefilledpolygon() . For some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.