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 | ð¶°å | 11110000101101101011000011100101 | f0b6b0e5 |
SJIS-WIN | ?¶°? | 001111111000000111110111100000011000101100111111 | 3f81f7818b3f |
EUC-JP | ð¶°å | 10001111101010011100001110100010111110011010000111101011100011111010101110101001 | 8fa9c3a2f9a1eb8faba9 |
UTF-8 | ð¶°å | 1100001110110000110000101011011011000010101100001100001110100101 | c3b0c2b6c2b0c3a5 |
UHC | � | 10101001101000111010001011010010101000011100011000111111 | a9a3a2d2a1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)