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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 悉汐 | 1111001010111000100011101011101111110000101111001000111010101100 | f2b88ebbf0bc8eac |
| EUC-JP | ?悉?汐 | 001111111011110010111101001111111011110010101110 | 3fbcbd3fbcae |
| UTF-8 | 悉汐 | 111011101000011110101111111001101000001010001001111011101000000110111011111001101011000110010000 | ee87afe68289ee81bbe6b190 |
| UHC | ?悉?汐 | 001111111110001111111010001111111110000010110001 | 3fe3fa3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)