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 | ðíàÞP | 1111000011101101111000001101111001010000 | f0ede0de50 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | ðíàÞP | 10001111101010011100001110001111101010111011111110001111101010111010001010001111101010011011000001010000 | 8fa9c38fabbf8faba28fa9b050 |
UTF-8 | ðíàÞP | 110000111011000011000011101011011100001110100000110000111001111001010000 | c3b0c3adc3a0c39e50 |
UHC | ð??ÞP | 10101001101000110011111100111111101010001010110101010000 | a9a33f3fa8ad50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)