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 | èßæ | 1110100011011111100101001110011010011101 | e8df94e69d |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | èß?æ? | 1000111110101011101100101000111110101001110011100011111110001111101010011100000100111111 | 8fabb28fa9ce3f8fa9c13f |
UTF-8 | èßæ | 11000011101010001100001110011111110000101001010011000011101001101100001010011101 | c3a8c39fc294c3a6c29d |
UHC | ?ß?æ? | 00111111101010011010110000111111101010011010000100111111 | 3fa9ac3fa9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)