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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髮守」ッ諢 | 1110100110011011100011101110011110100011101011111110011010000100 | e99b8ee7a3afe684 |
EUC-JP | 髮守」ッ諢 | 11110001111110111011110011101001100011101010001110001110101011111110101111100100 | f1fbbce98ea38eafebe4 |
UTF-8 | 髮守」ッ諢 | 111010011010101110101110111001011010111010001000111011111011110110100011111011111011110110101111111010001010101110100010 | e9abaee5ae88efbda3efbdafe8aba2 |
UHC | 髮守??? | 11011011101001011110000111111010001111110011111100111111 | dba5e1fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)