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 | ÷¯äß | 11110111101011111110010011011111 | f7afe4df |
SJIS-WIN | ÷??? | 1000000110000000001111110011111100111111 | 81803f3f3f |
EUC-JP | ÷¯äß | 1010000111100000100011111010001010110100100011111010101110100011100011111010100111001110 | a1e08fa2b48faba38fa9ce |
UTF-8 | ÷¯äß | 1100001110110111110000101010111111000011101001001100001110011111 | c3b7c2afc3a4c39f |
UHC | ÷??ß | 101000011100000000111111001111111010100110101100 | a1c03f3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)