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 | 摯銖 | 10011101100101011110011111110001 | 9d95e7f1 |
EUC-JP | 摯銖 | 11011001111101011110111011110011 | d9f5eef3 |
UTF-8 | 摯銖 | 111001101001000110101111111010011000101010010110 | e691afe98a96 |
UHC | 摯銖 | 11110010101001111110001011000111 | f2a7e2c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)