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 | 篠弦笑??笑 | 10001110110000101000110010110111100011111100111000111111001111111000111111001110 | 8ec28cb78fce3f3f8fce |
| EUC-JP | 篠弦笑??笑 | 10111100110001001011100010111001101111101101000000111111001111111011111011010000 | bcc4b8b9bed03f3fbed0 |
| UTF-8 | 篠弦笑秊秊笑 | 111001111010111110100000111001011011110010100110111001111010110010010001111011111010011010010101111011111010011010010101111001111010110010010001 | e7afa0e5bca6e7ac91efa695efa695e7ac91 |
| UHC | 篠弦笑秊秊笑 | 111000011100011011111010110101111110000111000101111001101101110011100110110111001110000111000101 | e1c6fad7e1c5e6dce6dce1c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)