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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驫門調髦 | 1110100110001010100101101110010110010010101100101110100110011000 | e98a96e592b2e998 |
EUC-JP | 驫門調髦 | 1111000111101010110011001110011111000100101101001111000111111000 | f1eacce7c4b4f1f8 |
UTF-8 | 驫門調髦 | 111010011010100110101011111010011001011010000000111010001010101010111111111010011010101110100110 | e9a9abe99680e8aabfe9aba6 |
UHC | ?門調? | 001111111101101010100110111100001110000000111111 | 3fdaa6f0e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)