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 | äß´å¢ | 111001001101111110110100111001011010001010010111 | e4dfb4e5a297 |
SJIS-WIN | ??´?¢? | 0011111100111111100000010100110000111111100000011001000100111111 | 3f3f814c3f81913f |
EUC-JP | äß´å¢? | 1000111110101011101000111000111110101001110011101010000110101101100011111010101110101001101000011111000100111111 | 8faba38fa9cea1ad8faba9a1f13f |
UTF-8 | äß´å¢ | 110000111010010011000011100111111100001010110100110000111010010111000010101000101100001010010111 | c3a4c39fc2b4c3a5c2a2c297 |
UHC | ?ß´??? | 0011111110101001101011001010001010100101001111110011111100111111 | 3fa9aca2a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)