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 | íù·ÞG | 1110110111111001101101111101111001000111 | edf9b7de47 |
SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
EUC-JP | íù?ÞG | 1000111110101011101111111000111110101011111000110011111110001111101010011011000001000111 | 8fabbf8fabe33f8fa9b047 |
UTF-8 | íù·ÞG | 110000111010110111000011101110011100001010110111110000111001111001000111 | c3adc3b9c2b7c39e47 |
UHC | ??·ÞG | 00111111001111111010000110100100101010001010110101000111 | 3f3fa1a4a8ad47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)