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 | ??????u^ | 0011111100111111001111110011111100111111001111110111010101011110 | 3f3f3f3f3f3f755e |
| SJIS-WIN | ?①??⑧?u^ | 00111111100001110100000000111111001111111000011101000111001111110111010101011110 | 3f87403f3f87473f755e |
| EUC-JP | ??????u^ | 0011111100111111001111110011111100111111001111110111010101011110 | 3f3f3f3f3f3f755e |
| UTF-8 | 狀①왃狀⑧끁u^ | 1110111110100111101110101110001010010001101000001110110010011001100000111110111110100111101110101110001010010001101001111110101110000001100000010111010101011110 | efa7bae291a0ec9983efa7bae291a7eb8181755e |
| UHC | 狀①왃狀⑧끁u^ | 1110110111101110101010001110011110011110101101101110110111101110101010001110111010000101101101110111010101011110 | edeea8e79eb6edeea8ee85b7755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)