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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | シ邇ョ璽胖 | 11110001111110111011110011100111100011101010111010001110101000111110001111110100 | f1fbbce78eae8ea3e3f4 |
| EUC-JP | ?シ邇ョ璽胖 | 0011111110001110101111001110110111101110100011101010111010111100101001011110011011110110 | 3f8ebcedee8eaebca5e6f6 |
| UTF-8 | シ邇ョ璽胖 | 111011101000010110110110111011111011110110111100111010011000001010000111111011111011110110101110111001111001001010111101111010001000001110010110 | ee85b6efbdbce98287efbdaee792bde88396 |
| UHC | ??邇?璽? | 0011111100111111111011001100010000111111110111111101111000111111 | 3f3fecc43fdfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)