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 | çþï½¥çù | 1110011111111110100100011110111110111101101001011110011111111001 | e7fe91efbda5e7f9 |
SJIS-WIN | ?????¥?? | 001111110011111100111111001111110011111110000001100011110011111100111111 | 3f3f3f3f3f818f3f3f |
EUC-JP | çþ?ï??çù | 100011111010101110101110100011111010100111010000001111111000111110101011110000010011111100111111100011111010101110101110100011111010101111100011 | 8fabae8fa9d03f8fabc13f3f8fabae8fabe3 |
UTF-8 | çþï½¥çù | 11000011101001111100001110111110110000101001000111000011101011111100001010111101110000101010010111000011101001111100001110111001 | c3a7c3bec291c3afc2bdc2a5c3a7c3b9 |
UHC | ?þ??½??? | 00111111101010011010110100111111001111111010100011110110001111110011111100111111 | 3fa9ad3f3fa8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)