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 | çâ±éä | 11100111111000101011000111101001100000011001010011100100 | e7e2b1e98194e4 |
SJIS-WIN | ??±???? | 0011111100111111100000010111110100111111001111110011111100111111 | 3f3f817d3f3f3f3f |
EUC-JP | çâ±é??ä | 10001111101010111010111010001111101010111010010010100001110111101000111110101011101100010011111100111111100011111010101110100011 | 8fabae8faba4a1de8fabb13f3f8faba3 |
UTF-8 | çâ±éä | 1100001110100111110000111010001011000010101100011100001110101001110000101000000111000010100101001100001110100100 | c3a7c3a2c2b1c3a9c281c294c3a4 |
UHC | ??±???? | 0011111100111111101000011011111000111111001111110011111100111111 | 3f3fa1be3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)