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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髮懷町闍コ螂 | 1110100110011011100111001110010110010010101011001110100010001011101110101110010110100101 | e99b9ce592ace88bbae5a5 |
EUC-JP | 髮懷町闍コ螂 | 111100011111101111011000111001111100010010101110111011111110101110001110101110101110101010100111 | f1fbd8e7c4aeefeb8ebaeaa7 |
UTF-8 | 髮懷町闍コ螂 | 111010011010101110101110111001101000011110110111111001111001010010111010111010011001011110001101111011111011110110111010111010001001111010000010 | e9abaee687b7e794bae9978defbdbae89e82 |
UHC | 髮懷町??螂 | 11011011101001011111110011100011111011111110101100111111001111111101010111001100 | dba5fce3efeb3f3fd5cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)