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 | 中峯∧精? | 100100101000011010010101111101011000000111001000100100001011100000111111 | 928695f581c890b83f |
EUC-JP | 中峯∧精? | 110000111110011011001010111101111010001011001010110000001011101000111111 | c3e6caf7a2cac0ba3f |
UTF-8 | 中峯∧精렦 | 111001001011100010101101111001011011001110101111111000101000100010100111111001111011001010111110111010111010000010100110 | e4b8ade5b3afe288a7e7b2beeba0a6 |
UHC | 中峯∧精렦 | 11110001111010011101110011100111101000011111110011101111111100011000111010110101 | f1e9dce7a1fceff18eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)