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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 魘歐 | 11101001101101001001111101011110 | e9b49f5e |
EUC-JP | 魘歐 | 11110010101101101101110110111111 | f2b6ddbf |
UTF-8 | 魘歐 | 111010011010110110011000111001101010110110010000 | e9ad98e6ad90 |
UHC | ?歐 | 001111111100111110110001 | 3fcfb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)