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 | àÇ}B | 11100000110001110111110101000010 | e0c77d42 |
SJIS-WIN | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
EUC-JP | àÇ}B | 1000111110101011101000101000111110101010101011100111110101000010 | 8faba28faaae7d42 |
UTF-8 | àÇ}B | 110000111010000011000011100001110111110101000010 | c3a0c3877d42 |
UHC | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)