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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 耶??? | 1001011011101011001111110011111100111111 | 96eb3f3f3f |
| EUC-JP | 耶??縕 | 11001100111011010011111100111111100011111101010011000010 | cced3f3f8fd4c2 |
| UTF-8 | 耶뽪눂縕 | 111010001000000010110110111010111011110110101010111010111000100010000010111001111011100010010101 | e880b6ebbdaaeb8882e7b895 |
| UHC | 耶뽪눂縕 | 1110010110101101100101101110011010000111101000111110100010110010 | e5ad96e687a3e8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)