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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 誰即息Q] | 1001001001001110100100011010011010010001101001110101000101011101 | 924e91a691a7515d |
EUC-JP | 誰即息Q] | 1100001110101111110000101010100011000010101010010101000101011101 | c3afc2a8c2a9515d |
UTF-8 | 誰即息Q] | 1110100010101010101100001110010110001101101100111110011010000001101011110101000101011101 | e8aab0e58db3e681af515d |
UHC | 誰?息Q] | 11100010110000010011111111100011110100110101000101011101 | e2c13fe3d3515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)