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 | ç¶è³äã | 1110011110110110100110101110100010110011100010101110010011100011 | e7b69ae8b38ae4e3 |
SJIS-WIN | ?¶?????? | 001111111000000111110111001111110011111100111111001111110011111100111111 | 3f81f73f3f3f3f3f3f |
EUC-JP | ç¶?è??äã | 1000111110101011101011101010001011111001001111111000111110101011101100100011111100111111100011111010101110100011100011111010101110101010 | 8fabaea2f93f8fabb23f3f8faba38fabaa |
UTF-8 | ç¶è³äã | 11000011101001111100001010110110110000101001101011000011101010001100001010110011110000101000101011000011101001001100001110100011 | c3a7c2b6c29ac3a8c2b3c28ac3a4c3a3 |
UHC | ?¶??³??? | 00111111101000101101001000111111001111111010100111111000001111110011111100111111 | 3fa2d23f3fa9f83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)