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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | 雕磯。疲兜B | 11101000101110001000100011101001101000011001010011100110100010101001010101000010 | e8b888e9a194e68a9542 |
| EUC-JP | 雕磯。疲兜B | 1111000010111010101100001110101110001110101000011100100011101000101100111111010101000010 | f0bab0eb8ea1c8e8b3f542 |
| UTF-8 | 雕磯。疲兜B | 11101001100110111001010111100111101000111010111111101111101111011010000111100111100101101011001011100101100001011001110001000010 | e99b95e7a3afefbda1e796b2e5859c42 |
| UHC | 雕磯?疲兜B | 11110000111001111101000110110100001111111111100110101010110101001101111101000010 | f0e7d1b43ff9aad4df42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)