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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 髦ィ髮∵ソ、 | 111010011001100010101000111010011001101110000001111001101011111110100100 | e998a8e99b81e6bfa4 |
| EUC-JP | 髦ィ髮∵ソ、 | 111100011111100010001110101010001111000111111011101000101110100010001110101111111000111010100100 | f1f88ea8f1fba2e88ebf8ea4 |
| UTF-8 | 髦ィ髮∵ソ、 | 111010011010101110100110111011111011110110101000111010011010101110101110111000101000100010110101111011111011110110111111111011111011110110100100 | e9aba6efbda8e9abaee288b5efbdbfefbda4 |
| UHC | ??髮∵?? | 0011111100111111110110111010010110100001111100010011111100111111 | 3f3fdba5a1f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)