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 | íä±Ð | 11101101111001001011000111010000 | ede4b1d0 |
SJIS-WIN | ??±? | 0011111100111111100000010111110100111111 | 3f3f817d3f |
EUC-JP | íä±? | 100011111010101110111111100011111010101110100011101000011101111000111111 | 8fabbf8faba3a1de3f |
UTF-8 | íä±Ð | 1100001110101101110000111010010011000010101100011100001110010000 | c3adc3a4c2b1c390 |
UHC | ??±Ð | 001111110011111110100001101111101010100010100010 | 3f3fa1bea8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)