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 | âcà | 11100010011000111110000010000010 | e263e082 |
SJIS-WIN | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
EUC-JP | âcà? | 1000111110101011101001000110001110001111101010111010001000111111 | 8faba4638faba23f |
UTF-8 | âcà | 11000011101000100110001111000011101000001100001010000010 | c3a263c3a0c282 |
UHC | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)