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 | ç®èã | 1110011110101110100111111110100010010001100110111110001110000010 | e7ae9fe8919be382 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ç®?è??ã? | 10001111101010111010111010001111101000101110111000111111100011111010101110110010001111110011111110001111101010111010101000111111 | 8fabae8fa2ee3f8fabb23f3f8fabaa3f |
UTF-8 | ç®èã | 11000011101001111100001010101110110000101001111111000011101010001100001010010001110000101001101111000011101000111100001010000010 | c3a7c2aec29fc3a8c291c29bc3a3c282 |
UHC | ?®?????? | 001111111010001011100111001111110011111100111111001111110011111100111111 | 3fa2e73f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)