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 | 驫紋サ吮煤 | 111010011000101010010110111001001011101110011001111000101001010010000001 | e98a96e4bb99e29481 |
EUC-JP | 驫紋サ吮煤 | 11110001111010101100110011100110100011101011101111010010111001001100011111100001 | f1eacce68ebbd2e4c7e1 |
UTF-8 | 驫紋サ吮煤 | 111010011010100110101011111001111011010010001011111011111011110110111011111001011001000010101110111001111000010110100100 | e9a9abe7b48befbdbbe590aee785a4 |
UHC | ?紋??煤 | 00111111110110101010001100111111001111111101100011100000 | 3fdaa33f3fd8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)