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 9310217
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T01:03:42+00:00 2026-06-19T01:03:42+00:00

I want to decode utf-8(or unicode) text to normal string. for example, I want

  • 0

I want to decode utf-8(or unicode) text to normal string.

for example, I want to convert “\uc778\uc0b0\uc544\uc5f0\uc2dc\uba58\ud2b8, \uce58\uba74\uc5f4\uad6c\uc804\uc0c9\uc81c” kind of string to readable text.

I struggled with system.text.utf8encoding text.encoding.utf8.getstring() but it’s not working…

How can I solve the problem? It seems that the solution would be simple…
If possible, it would be great if you write the code in VB.Net

Thank you for your advice!


Thanks for replying.

I think I didn’t write my point clearly.

The question is that I want to convert “\uc885\ud569\uc9c4\ub8cc\uc2e4 \uacac\ud559 / \uce58\uacfc\uc758\uc0ac\uc724\ub9ac \ud1a0\ub860” (unicode ‘code’, not ‘chracter’) to a readable string, for example, “가나다라”. or chinese or whatever.

and, I need the .NET code to do that.

tried

theString = Convert.toString("\uc885\ud569");

tried

Dim utf8Encoding As New System.Text.UTF8Encoding
Dim encodedString() As Byte
encodedString = utf8Encoding.GetBytes(encodedString) .....

and a few more, but nothing converts “\uc885\ud569” to “가나”. (that’s an example. I got that each ‘\u????’ code matches a single character, for ex ‘가’)

Thank you!

  • 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-19T01:03:44+00:00Added an answer on June 19, 2026 at 1:03 am

    I think I finally understand what the problem is. A string like "\uc778\uc0b0" is exactly the same as "인산" in C# (and it’s UTF-16, not UTF-8). But VB.NET doesn’t understand such escape sequences.

    I think the best option here would be to write the Koren characters directly, something like "인산" is valid VB.NET code.

    If you really need to use C#-like escape sequences, you can use Regex.Unescape():

    Dim escaped = "\uc778\uc0b0\uc544\uc5f0\uc2dc\uba58\ud2b8, \uce58\uba74\uc5f4\uad6c\uc804\uc0c9\uc81c"
    Dim unescaped = Regex.Unescape(escaped)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to decode Unicode strings to UTF-8 when inserting in a table. Here's
I want to convert some text from utf-8 to iso-8859-1 (in PHP) so I
I have a unicode string like '%C3%A7%C3%B6asd+fjkls%25asd' and I want to decode this string.
I want to encode and decode Bitmap object in string base64 . I use
How can I decode a hex string to an ascii string? I want to
Greetings I want to slugify/normalize utf8 string however I get # -*- coding: utf-8
i Want to fetch this data using json decode. Please Help.. So far i
I have a function that takes a string-like argument. I want to decide if
I want to post russian text on a CP1251 site using LWP::UserAgent and get
Is it normal for PHP not to decode $_POST sent as application/x-www-form-urlencoded through AJAX?

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.