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 | ゙? | 1101111000111111 | de3f |
EUC-JP | ゙淶 | 1000111011011110100011111100011111100101 | 8ede8fc7e5 |
UTF-8 | ゙淶 | 111011111011111010011110111001101011011110110110 | efbe9ee6b7b6 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)