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 | íÉíÇ` | 1110110111001001111011011100011101100000 | edc9edc760 |
SJIS-WIN | ????` | 0011111100111111001111110011111101100000 | 3f3f3f3f60 |
EUC-JP | íÉíÇ` | 10001111101010111011111110001111101010101011000110001111101010111011111110001111101010101010111001100000 | 8fabbf8faab18fabbf8faaae60 |
UTF-8 | íÉíÇ` | 110000111010110111000011100010011100001110101101110000111000011101100000 | c3adc389c3adc38760 |
UHC | ????` | 0011111100111111001111110011111101100000 | 3f3f3f3f60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)