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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髮懷鴫 | 111010011001101110011100111001011000111010110000 | e99b9ce58eb0 |
EUC-JP | 髮懷鴫 | 111100011111101111011000111001111011110010110010 | f1fbd8e7bcb2 |
UTF-8 | 髮懷鴫 | 111010011010101110101110111001101000011110110111111010011011010010101011 | e9abaee687b7e9b4ab |
UHC | 髮懷? | 1101101110100101111111001110001100111111 | dba5fce33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)