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[??B[B | 001111110011111101000010010110110011111100111111010000100101101101000010 | 3f3f425b3f3f425b42 |
| SJIS-WIN | ?ウB[?ウB[B | 001111111011001101000010010110110011111110110011010000100101101101000010 | 3fb3425b3fb3425b42 |
| EUC-JP | ?ウB[?ウB[B | 0011111110001110101100110100001001011011001111111000111010110011010000100101101101000010 | 3f8eb3425b3f8eb3425b42 |
| UTF-8 | 䵸ウB[䵸ウB[B | 1110010010110101101110001110111110111101101100110100001001011011111001001011010110111000111011111011110110110011010000100101101101000010 | e4b5b8efbdb3425be4b5b8efbdb3425b42 |
| UHC | ??B[??B[B | 001111110011111101000010010110110011111100111111010000100101101101000010 | 3f3f425b3f3f425b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)