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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 荏絅鋸鳥? | 100010010110000011100011010001001000101110011000100100101011100100111111 | 8960e3448b9892b93f |
| EUC-JP | 荏絅鋸鳥? | 101100011100000111100101101001011011010111111000110001001011101100111111 | b1c1e5a5b5f8c4bb3f |
| UTF-8 | 荏絅鋸鳥푀 | 111010001000110110001111111001111011010110000101111010011000101110111000111010011011001110100101111011011001000110000000 | e88d8fe7b585e98bb8e9b3a5ed9180 |
| UHC | 荏絅鋸鳥푀 | 11101100111110111100110011100111110010111110101011110000111010001100011110100011 | ecfbcce7cbeaf0e8c7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)