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 | òßÈø | 1111001011011111100011111100100011111000 | f2df8fc8f8 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | òß?Èø | 10001111101010111101001010001111101010011100111000111111100011111010101010110010100011111010100111001100 | 8fabd28fa9ce3f8faab28fa9cc |
UTF-8 | òßÈø | 11000011101100101100001110011111110000101000111111000011100010001100001110111000 | c3b2c39fc28fc388c3b8 |
UHC | ?ß??ø | 00111111101010011010110000111111001111111010100110101010 | 3fa9ac3f3fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)