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 | 嫉雫 | 10001110101110011000111010110100 | 8eb98eb4 |
EUC-JP | 嫉雫 | 10111100101110111011110010110110 | bcbbbcb6 |
UTF-8 | 嫉雫 | 111001011010101110001001111010011001101110101011 | e5ab89e99bab |
UHC | 嫉? | 111100101110110000111111 | f2ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)