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 | 11100011110100110101011001101000111000111101001101010110 | e3d35668e3d356 |
EUC-JP | 耨Vh耨V | 11100110110101010101011001101000111001101101010101010110 | e6d55668e6d556 |
UTF-8 | 耨Vh耨V | 111010001000000010101000010101100110100011101000100000001010100001010110 | e880a85668e880a856 |
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)