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 | ??V | 001111110011111101010110 | 3f3f56 |
SJIS-WIN | 湜疾V | 1111101101000111100011101011111001010110 | fb478ebe56 |
EUC-JP | 湜疾V | 100011111100011111111100101111001100000001010110 | 8fc7fcbcc056 |
UTF-8 | 湜疾V | 11100110101110011001110011100111100101101011111001010110 | e6b99ce796be56 |
UHC | 湜疾V | 1110001111010111111100101111000001010110 | e3d7f2f056 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)