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 | 諸??攪? | 10001111100101000011111100111111100111011001100000111111 | 8f943f3f9d983f |
EUC-JP | 諸?邕攪洹 | 1011110111110100001111111000111111100001111011011101100111111000100011111100011110111010 | bdf43f8fe1edd9f88fc7ba |
UTF-8 | 諸렭邕攪洹 | 111010001010101110111000111010111010000010101101111010011000001010010101111001101001010010101010111001101011010010111001 | e8abb8eba0ade98295e694aae6b4b9 |
UHC | 諸렭邕攪洹 | 11110000101100111000111010111010111010001011101111001110111001101110101010110111 | f0b38ebae8bbcee6eab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)