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 | ùïä±£ | 1111100111101111111001001011000110100011 | f9efe4b1a3 |
SJIS-WIN | ???±£ | 00111111001111110011111110000001011111011000000110010010 | 3f3f3f817d8192 |
EUC-JP | ùïä±£ | 10001111101010111110001110001111101010111100000110001111101010111010001110100001110111101010000111110010 | 8fabe38fabc18faba3a1dea1f2 |
UTF-8 | ùïä±£ | 11000011101110011100001110101111110000111010010011000010101100011100001010100011 | c3b9c3afc3a4c2b1c2a3 |
UHC | ???±? | 001111110011111100111111101000011011111000111111 | 3f3f3fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)