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 | 蠇」雖画ソオ | 111110111010000110100011111001011010101110001001111001101011111110110101 | fba1a3e5ab89e6bfb5 |
| EUC-JP | ?」雖画ソオ | 0011111110001110101000111110101010101101101100101110100010001110101111111000111010110101 | 3f8ea3eaadb2e88ebf8eb5 |
| UTF-8 | 蠇」雖画ソオ | 111010001010000010000111111011111011110110100011111010011001101110010110111001111001010010111011111011111011110110111111111011111011110110110101 | e8a087efbda3e99b96e794bbefbdbfefbdb5 |
| UHC | ??雖??? | 00111111001111111110001011001100001111110011111100111111 | 3f3fe2cc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)