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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 韋キ讚∬セィB | 11101000111010001011011111100110101010111000000111101000101111101010100001000010 | e8e8b7e6ab81e8bea842 |
| EUC-JP | 韋キ讚∬セィB | 11110000111010101000111010110111111011001010110110100010111010101000111010111110100011101010100001000010 | f0ea8eb7ecada2ea8ebe8ea842 |
| UTF-8 | 韋キ讚∬セィB | 11101001100111111000101111101111101111011011011111101000101011101001101011100010100010001010110011101111101111011011111011101111101111011010100001000010 | e99f8befbdb7e8ae9ae288acefbdbeefbda842 |
| UHC | 韋?讚∬??B | 11101010110111110011111111110011110001101010000111110011001111110011111101000010 | eadf3ff3c6a1f33f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)