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 | í÷ÿ | 11101101111101111100001110111111 | edf7c3bf |
SJIS-WIN | ?÷?? | 0011111110000001100000000011111100111111 | 3f81803f3f |
EUC-JP | í÷ÿ | 1000111110101011101111111010000111100000100011111010101010101010100011111010001011000100 | 8fabbfa1e08faaaa8fa2c4 |
UTF-8 | í÷ÿ | 1100001110101101110000111011011111000011100000111100001010111111 | c3adc3b7c383c2bf |
UHC | ?÷?¿ | 001111111010000111000000001111111010001010101111 | 3fa1c03fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)