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 | 膓o織莵 | 1110010001010101100000101000111110010000010001001110010010110111 | e455828f9044e4b7 |
| EUC-JP | 膓o織莵 | 1110011110110110101000111110111110111111101001011110100010111001 | e7b6a3efbfa5e8b9 |
| UTF-8 | 膓o織莵 | 111010001000011010010011111011111011110110001111111001111011100110010100111010001000111010110101 | e88693efbd8fe7b994e88eb5 |
| UHC | ?o織? | 001111111010001111101111111100101100010000111111 | 3fa3eff2c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)