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 | ?????A | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
| SJIS-WIN | 霆雁濤闖イA | 11101000101110111000101011100101100111111011011111101000100011111011001001000001 | e8bb8ae59fb7e88fb241 |
| EUC-JP | 霆雁濤闖イA | 1111000010111101101101001110011111011110101110011110111111101111100011101011001001000001 | f0bdb4e7deb9efef8eb241 |
| UTF-8 | 霆雁濤闖イA | 11101001100111001000011011101001100110111000000111100110101111111010010011101001100101111001011011101111101111011011001001000001 | e99c86e99b81e6bfa4e99796efbdb241 |
| UHC | 霆雁濤闖?A | 11101111111111011110010011010010110101001010011011110111111001100011111101000001 | effde4d2d4a6f7e63f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)