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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 妙懶 | 10010110101011011001110011101111 | 96ad9cef |
EUC-JP | 妙懶 | 11001100101011111101100011110001 | ccafd8f1 |
UTF-8 | 妙懶 | 111001011010011010011001111001101000011110110110 | e5a699e687b6 |
UHC | 妙懶 | 11011001110110001101010011111011 | d9d8d4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)