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 | í÷Ç© | 11101101111101111100011110101001 | edf7c7a9 |
SJIS-WIN | ?÷?? | 0011111110000001100000000011111100111111 | 3f81803f3f |
EUC-JP | í÷Ç© | 1000111110101011101111111010000111100000100011111010101010101110100011111010001011101101 | 8fabbfa1e08faaae8fa2ed |
UTF-8 | í÷Ç© | 1100001110101101110000111011011111000011100001111100001010101001 | c3adc3b7c387c2a9 |
UHC | ?÷?? | 0011111110100001110000000011111100111111 | 3fa1c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)