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 | 雫栁 | 10001110101101001111101011100101 | 8eb4fae5 |
EUC-JP | 雫? | 101111001011011000111111 | bcb63f |
UTF-8 | 雫栁 | 111010011001101110101011111001101010000010000001 | e99babe6a081 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)