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 | çâ±èçù | 1110011111100010101100011110100010000111100100111110011111111001 | e7e2b1e88793e7f9 |
SJIS-WIN | ??±????? | 001111110011111110000001011111010011111100111111001111110011111100111111 | 3f3f817d3f3f3f3f3f |
EUC-JP | çâ±è??çù | 10001111101010111010111010001111101010111010010010100001110111101000111110101011101100100011111100111111100011111010101110101110100011111010101111100011 | 8fabae8faba4a1de8fabb23f3f8fabae8fabe3 |
UTF-8 | çâ±èçù | 11000011101001111100001110100010110000101011000111000011101010001100001010000111110000101001001111000011101001111100001110111001 | c3a7c3a2c2b1c3a8c287c293c3a7c3b9 |
UHC | ??±????? | 001111110011111110100001101111100011111100111111001111110011111100111111 | 3f3fa1be3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)