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 | í×@B | 11101101110101110100000001000010 | edd74042 |
SJIS-WIN | ?×@B | 0011111110000001011111100100000001000010 | 3f817e4042 |
EUC-JP | í×@B | 10001111101010111011111110100001110111110100000001000010 | 8fabbfa1df4042 |
UTF-8 | í×@B | 110000111010110111000011100101110100000001000010 | c3adc3974042 |
UHC | ?×@B | 0011111110100001101111110100000001000010 | 3fa1bf4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)