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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 拌哩\}拌哩\{^ | 10011101011000011001011010001001010111000111110110011101011000011001011010001001010111000111101101011110 | 9d6196895c7d9d6196895c7b5e |
EUC-JP | 拌哩\}拌哩\{^ | 11011001110000101100101111101001010111000111110111011001110000101100101111101001010111000111101101011110 | d9c2cbe95c7dd9c2cbe95c7b5e |
UTF-8 | 拌哩\}拌哩\{^ | 1110011010001011100011001110010110010011101010010101110001111101111001101000101110001100111001011001001110101001010111000111101101011110 | e68b8ce593a95c7de68b8ce593a95c7b5e |
UHC | 拌?\}拌?\{^ | 1101101011100101001111110101110001111101110110101110010100111111010111000111101101011110 | dae53f5c7ddae53f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)