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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ?⑧??①? | 0011111110000111010001110011111100111111100001110100000000111111 | 3f87473f3f87403f |
| EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| UTF-8 | 狀⑧궋狀①웻 | 111011111010011110111010111000101001000110100111111010101011011010001011111011111010011110111010111000101001000110100000111011001001101110111011 | efa7bae291a7eab68befa7bae291a0ec9bbb |
| UHC | 狀⑧궋狀①웻 | 111011011110111010101000111011101000001010100010111011011110111010101000111001111001111110000111 | edeea8ee82a2edeea8e79f87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)