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 | ×â±Q | 100101101101011111100010101100011001010001010001 | 96d7e2b19451 |
SJIS-WIN | ?×?±?Q | 0011111110000001011111100011111110000001011111010011111101010001 | 3f817e3f817d3f51 |
EUC-JP | ?×â±?Q | 00111111101000011101111110001111101010111010010010100001110111100011111101010001 | 3fa1df8faba4a1de3f51 |
UTF-8 | ×â±Q | 1100001010010110110000111001011111000011101000101100001010110001110000101001010001010001 | c296c397c3a2c2b1c29451 |
UHC | ?×?±?Q | 0011111110100001101111110011111110100001101111100011111101010001 | 3fa1bf3fa1be3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)