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 | 匙? | 100011011111101000111111 | 8dfa3f |
EUC-JP | 匙? | 101110101111110000111111 | bafc3f |
UTF-8 | 匙됦 | 111001011000110010011001111010111001000010100110 | e58c99eb90a6 |
UHC | 匙됦 | 11100011101101011000100111100100 | e3b589e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)