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 | ¦£¿c^ | 101001101010110110100011101111110110001101011110 | a6ada3bf635e |
SJIS-WIN | ??£?c^ | 00111111001111111000000110010010001111110110001101011110 | 3f3f81923f635e |
EUC-JP | ¦?£¿c^ | 1000111110100010110000110011111110100001111100101000111110100010110001000110001101011110 | 8fa2c33fa1f28fa2c4635e |
UTF-8 | ¦£¿c^ | 11000010101001101100001010101101110000101010001111000010101111110110001101011110 | c2a6c2adc2a3c2bf635e |
UHC | ??¿c^ | 0011111110100001101010010011111110100010101011110110001101011110 | 3fa1a93fa2af635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)