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 | ?Vh?V | 0011111101010110011010000011111101010110 | 3f56683f56 |
SJIS-WIN | 羝Vh羝V | 11100011101101100101011001101000111000111011011001010110 | e3b65668e3b656 |
EUC-JP | 羝Vh羝V | 11100110101110000101011001101000111001101011100001010110 | e6b85668e6b856 |
UTF-8 | 羝Vh羝V | 111001111011111010011101010101100110100011100111101111101001110101010110 | e7be9d5668e7be9d56 |
UHC | ?Vh?V | 0011111101010110011010000011111101010110 | 3f56683f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)