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 | 艸る況豁 | 1110010010000111100000101110100110001011101101011110011010101101 | e48782e98bb5e6ad |
| EUC-JP | 艸る況豁 | 1110011111100111101001001110101110110110101101111110110010101111 | e7e7a4ebb6b7ecaf |
| UTF-8 | 艸る況豁 | 111010001000100110111000111000111000001010001011111001101011001110000001111010001011000110000001 | e889b8e3828be6b381e8b181 |
| UHC | 艸る況豁 | 1111010110101100101010101110101111111100110011111111110011000011 | f5acaaebfccffcc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)