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 | 11101001100010101011011111100110101010111000000111101000101111101010100001000010 | e98ab7e6ab81e8bea842 |
| EUC-JP | 驫キ讚∬セィB | 11110001111010101000111010110111111011001010110110100010111010101000111010111110100011101010100001000010 | f1ea8eb7ecada2ea8ebe8ea842 |
| UTF-8 | 驫キ讚∬セィB | 11101001101010011010101111101111101111011011011111101000101011101001101011100010100010001010110011101111101111011011111011101111101111011010100001000010 | e9a9abefbdb7e8ae9ae288acefbdbeefbda842 |
| UHC | ??讚∬??B | 001111110011111111110011110001101010000111110011001111110011111101000010 | 3f3ff3c6a1f33f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)