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 | 髮主叙 | 111010011001101110001110111001011000111110010110 | e99b8ee58f96 |
EUC-JP | 髮主叙 | 111100011111101110111100111001111011110111110110 | f1fbbce7bdf6 |
UTF-8 | 髮主叙 | 111010011010101110101110111001001011100010111011111001011000111110011001 | e9abaee4b8bbe58f99 |
UHC | 髮主? | 1101101110100101111100011010101100111111 | dba5f1ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)