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 | 1101111111011100110111111101110001000010 | dfdcdfdc42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ßÜßÜB | 10001111101010011100111010001111101010101110010010001111101010011100111010001111101010101110010001000010 | 8fa9ce8faae48fa9ce8faae442 |
UTF-8 | ßÜßÜB | 110000111001111111000011100111001100001110011111110000111001110001000010 | c39fc39cc39fc39c42 |
UHC | ß?ß?B | 10101001101011000011111110101001101011000011111101000010 | a9ac3fa9ac3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)