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 | 知?\}知?\{^ | 1001001001101101001111110101110001111101100100100110110100111111010111000111101101011110 | 926d3f5c7d926d3f5c7b5e |
EUC-JP | 知?\}知?\{^ | 1100001111001110001111110101110001111101110000111100111000111111010111000111101101011110 | c3ce3f5c7dc3ce3f5c7b5e |
UTF-8 | 知쌨\}知쌨\{^ | 1110011110011111101001011110110010001100101010000101110001111101111001111001111110100101111011001000110010101000010111000111101101011110 | e79fa5ec8ca85c7de79fa5ec8ca85c7b5e |
UHC | 知쌨\}知쌨\{^ | 11110010101100011011110111011110010111000111110111110010101100011011110111011110010111000111101101011110 | f2b1bdde5c7df2b1bdde5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)