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 | ÷¯äß\ | 1111011110101111111001001101111101011100 | f7afe4df5c |
SJIS-WIN | ÷???\ | 100000011000000000111111001111110011111101011100 | 81803f3f3f5c |
EUC-JP | ÷¯äß\ | 101000011110000010001111101000101011010010001111101010111010001110001111101010011100111001011100 | a1e08fa2b48faba38fa9ce5c |
UTF-8 | ÷¯äß\ | 110000111011011111000010101011111100001110100100110000111001111101011100 | c3b7c2afc3a4c39f5c |
UHC | ÷??ß\ | 10100001110000000011111100111111101010011010110001011100 | a1c03f3fa9ac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)