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 | カ邇サ璽 | 1111001010100001101101101110011110001110101110111000111010100011 | f2a1b6e78ebb8ea3 |
| EUC-JP | ?カ邇サ璽 | 001111111000111010110110111011011110111010001110101110111011110010100101 | 3f8eb6edee8ebbbca5 |
| UTF-8 | カ邇サ璽 | 111011101000011110011000111011111011110110110110111010011000001010000111111011111011110110111011111001111001001010111101 | ee8798efbdb6e98287efbdbbe792bd |
| UHC | ??邇?璽 | 00111111001111111110110011000100001111111101111111011110 | 3f3fecc43fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)