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 | 100111001011110111100100100101101110000001100011 | 9cbde496e063 |
SJIS-WIN | ?????c | 001111110011111100111111001111110011111101100011 | 3f3f3f3f3f63 |
EUC-JP | ??ä?àc | 00111111001111111000111110101011101000110011111110001111101010111010001001100011 | 3f3f8faba33f8faba263 |
UTF-8 | ½äàc | 1100001010011100110000101011110111000011101001001100001010010110110000111010000001100011 | c29cc2bdc3a4c296c3a063 |
UHC | ?½???c | 00111111101010001111011000111111001111110011111101100011 | 3fa8f63f3f3f63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)