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 | í÷¿íü | 111011011111011110001110101111111110110111111100 | edf78ebfedfc |
SJIS-WIN | ?÷???? | 00111111100000011000000000111111001111110011111100111111 | 3f81803f3f3f3f |
EUC-JP | í÷?¿íü | 100011111010101110111111101000011110000000111111100011111010001011000100100011111010101110111111100011111010101111100100 | 8fabbfa1e03f8fa2c48fabbf8fabe4 |
UTF-8 | í÷¿íü | 110000111010110111000011101101111100001010001110110000101011111111000011101011011100001110111100 | c3adc3b7c28ec2bfc3adc3bc |
UHC | ?÷?¿?? | 0011111110100001110000000011111110100010101011110011111100111111 | 3fa1c03fa2af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)