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 | 歙饌 | 10011111010111111110100101100001 | 9f5fe961 |
EUC-JP | 歙饌 | 11011101110000001111000111000010 | ddc0f1c2 |
UTF-8 | 歙饌 | 111001101010110110011001111010011010010110001100 | e6ad99e9a58c |
UHC | ?饌 | 001111111111001111001010 | 3ff3ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)