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 | ????u^ | 001111110011111100111111001111110111010101011110 | 3f3f3f3f755e |
| SJIS-WIN | 驤費スアu^ | 1110100110001000100101001110111110111101101100010111010101011110 | e98894efbdb1755e |
| EUC-JP | 驤費スアu^ | 11110001111010001100100011110001100011101011110110001110101100010111010101011110 | f1e8c8f18ebd8eb1755e |
| UTF-8 | 驤費スアu^ | 1110100110101001101001001110100010110010101110111110111110111101101111011110111110111101101100010111010101011110 | e9a9a4e8b2bbefbdbdefbdb1755e |
| UHC | ?費??u^ | 00111111110111101010100000111111001111110111010101011110 | 3fdea83f3f755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)