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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 誰?鏑 | 1001001001001110001111111001001101001100 | 924e3f934c |
EUC-JP | 誰?鏑 | 1100001110101111001111111100010110101101 | c3af3fc5ad |
UTF-8 | 誰셍鏑 | 111010001010101010110000111011001000010110001101111010011000111110010001 | e8aab0ec858de98f91 |
UHC | 誰셍鏑 | 111000101100000110111100110001001110111011101011 | e2c1bcc4eeeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)