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 | í÷Ç | 111011011111011111000111 | edf7c7 |
SJIS-WIN | ?÷? | 00111111100000011000000000111111 | 3f81803f |
EUC-JP | í÷Ç | 1000111110101011101111111010000111100000100011111010101010101110 | 8fabbfa1e08faaae |
UTF-8 | í÷Ç | 110000111010110111000011101101111100001110000111 | c3adc3b7c387 |
UHC | ?÷? | 00111111101000011100000000111111 | 3fa1c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)