To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ûR´ | 111110110101001010110100 | fb52b4 |
SJIS-WIN | ?R´ | 00111111010100101000000101001100 | 3f52814c |
EUC-JP | ûR´ | 100011111010101111100101010100101010000110101101 | 8fabe552a1ad |
UTF-8 | ûR´ | 1100001110111011010100101100001010110100 | c3bb52c2b4 |
UHC | ?R´ | 00111111010100101010001010100101 | 3f52a2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)