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 | 簫簫ム | 11100010110100101111000011111100111000101101001011010001 | e2d2f0fce2d2d1 |
| EUC-JP | 簫?簫ム | 11100100110101000011111111100100110101001000111011010001 | e4d43fe4d48ed1 |
| UTF-8 | 簫簫ム | 111001111011000010101011111011101000001010111011111001111011000010101011111011111011111010010001 | e7b0abee82bbe7b0abefbe91 |
| UHC | 簫?簫? | 111000011100011100111111111000011100011100111111 | e1c73fe1c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)