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 | 髮主惆 | 111010011001101110001110111001011001110010101101 | e99b8ee59cad |
EUC-JP | 髮主惆 | 111100011111101110111100111001111101100010101111 | f1fbbce7d8af |
UTF-8 | 髮主惆 | 111010011010101110101110111001001011100010111011111001101000001110000110 | e9abaee4b8bbe68386 |
UHC | 髮主? | 1101101110100101111100011010101100111111 | dba5f1ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)