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 | ä¶?? | 11100100101101100011111100111111 | e4b63f3f |
SJIS-WIN | ?¶$蹕 | 00111111100000011111011110000001100100001110011101001010 | 3f81f78190e74a |
EUC-JP | ä¶$蹕 | 100011111010101110100011101000101111100110100001111100001110110110101011 | 8faba3a2f9a1f0edab |
UTF-8 | ä¶$蹕 | 11000011101001001100001010110110111011111011110010000100111010001011100110010101 | c3a4c2b6efbc84e8b995 |
UHC | ?¶$? | 001111111010001011010010101000111010010000111111 | 3fa2d2a3a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)