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 | 茱丈柑癇 | 1110010010100011100011111110010010001010101110011110000110010010 | e4a38fe48ab9e192 |
| EUC-JP | 茱丈柑癇 | 1110100010100101101111101110011010110100101110111110000111110010 | e8a5bee6b4bbe1f2 |
| UTF-8 | 茱丈柑癇 | 111010001000110010110001111001001011100010001000111001101001111110010001111001111001100110000111 | e88cb1e4b888e69f91e79987 |
| UHC | 茱丈柑? | 11100010101111001110110111011011110010101111001100111111 | e2bceddbcaf33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)