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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 踴ソ。{d | 111001101111101110111111101000010111101101100100 | e6fbbfa17b64 |
EUC-JP | 踴ソ。{d | 1110110011111101100011101011111110001110101000010111101101100100 | ecfd8ebf8ea17b64 |
UTF-8 | 踴ソ。{d | 1110100010111000101101001110111110111101101111111110111110111101101000010111101101100100 | e8b8b4efbdbfefbda17b64 |
UHC | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)