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 | âqàÇ^ | 1110001001110001111000001100011101011110 | e271e0c75e |
SJIS-WIN | ?q??^ | 0011111101110001001111110011111101011110 | 3f713f3f5e |
EUC-JP | âqàÇ^ | 1000111110101011101001000111000110001111101010111010001010001111101010101010111001011110 | 8faba4718faba28faaae5e |
UTF-8 | âqàÇ^ | 1100001110100010011100011100001110100000110000111000011101011110 | c3a271c3a0c3875e |
UHC | ?q??^ | 0011111101110001001111110011111101011110 | 3f713f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)