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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謖サ谿曖 | 11100110100011001011101111100110101011101001111001000010 | e68cbbe6ae9e42 |
EUC-JP | 謖サ谿曖 | 1110101111101100100011101011101111101100101100001101101110100011 | ebec8ebbecb0dba3 |
UTF-8 | 謖サ谿曖 | 111010001010110010010110111011111011110110111011111010001011000010111111111001101001101110010110 | e8ac96efbdbbe8b0bfe69b96 |
UHC | 謖?谿曖 | 11100001110110100011111111001101101011001110010011110010 | e1da3fcdace4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)