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 | äëäß\ | 1110010011101011111001001101111101011100 | e4ebe4df5c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | äëäß\ | 10001111101010111010001110001111101010111011001110001111101010111010001110001111101010011100111001011100 | 8faba38fabb38faba38fa9ce5c |
UTF-8 | äëäß\ | 110000111010010011000011101010111100001110100100110000111001111101011100 | c3a4c3abc3a4c39f5c |
UHC | ???ß\ | 001111110011111100111111101010011010110001011100 | 3f3f3fa9ac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)