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 | 焄識ク杦 | 111110110101010010001110101011111111000111111001101110001111101011100001 | fb548eaff1f9b8fae1 |
| EUC-JP | 焄識?ク杦 | 1000111111001001111000111011110010110001001111111000111010111000100011111100001110100001 | 8fc9e3bcb13f8eb88fc3a1 |
| UTF-8 | 焄識ク杦 | 111001111000010010000100111010001010110110011000111011101000010110110100111011111011110110111000111001101001110110100110 | e78484e8ad98ee85b4efbdb8e69da6 |
| UHC | 焄識??? | 11111101101101101110001111011011001111110011111100111111 | fdb6e3db3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)