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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 誰速誰速B | 100100100100111010010001101011001001001001001110100100011010110001000010 | 924e91ac924e91ac42 |
| EUC-JP | 誰速誰速B | 110000111010111111000010101011101100001110101111110000101010111001000010 | c3afc2aec3afc2ae42 |
| UTF-8 | 誰速誰速B | 11101000101010101011000011101001100000001001111111101000101010101011000011101001100000001001111101000010 | e8aab0e9809fe8aab0e9809f42 |
| UHC | 誰速誰速B | 111000101100000111100001110111001110001011000001111000011101110001000010 | e2c1e1dce2c1e1dc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)