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 | 11100100110111110111110101000010 | e4df7d42 |
SJIS-WIN | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
EUC-JP | äß}B | 1000111110101011101000111000111110101001110011100111110101000010 | 8faba38fa9ce7d42 |
UTF-8 | äß}B | 110000111010010011000011100111110111110101000010 | c3a4c39f7d42 |
UHC | ?ß}B | 0011111110101001101011000111110101000010 | 3fa9ac7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)