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 | 荏絅鋸鳥 | 1000100101100000111000110100010010001011100110001001001010111001 | 8960e3448b9892b9 |
| EUC-JP | 荏絅鋸鳥 | 1011000111000001111001011010010110110101111110001100010010111011 | b1c1e5a5b5f8c4bb |
| UTF-8 | 荏絅鋸鳥 | 111010001000110110001111111001111011010110000101111010011000101110111000111010011011001110100101 | e88d8fe7b585e98bb8e9b3a5 |
| UHC | 荏絅鋸鳥 | 1110110011111011110011001110011111001011111010101111000011101000 | ecfbcce7cbeaf0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)