Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Charset ?h
10-23-2011, 12:01 PM
Post: #1
Charset ?h
Hi,
Please what is the charset (letters and length ?) of this :
Code:
?h = 8 bit characters from 0xc0 - 0xff

Thanks
Find all posts by this user
10-23-2011, 01:14 PM
Post: #2
RE: Charset ?h
http://www.utf8-chartable.de/

starting at U+00C0 until U+00FF
Find all posts by this user
10-23-2011, 03:25 PM
Post: #3
RE: Charset ?h
Ok.
So it includes ?F (french letters), ?D (german) and ?R (russian) letters ?
Find all posts by this user
10-23-2011, 03:49 PM
Post: #4
RE: Charset ?h
Yes, but in a very specific character sets.
The russian letters there may look russian, but it's a totally different charset than russian windows uses, so it wont recover hashes from native russian windows charsets(win-1251).
Find all posts by this user