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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 篠汐篠悉^ | 100011101100001010001110101011001000111011000010100011101011101101011110 | 8ec28eac8ec28ebb5e |
| EUC-JP | 篠汐篠悉^ | 101111001100010010111100101011101011110011000100101111001011110101011110 | bcc4bcaebcc4bcbd5e |
| UTF-8 | 篠汐篠悉^ | 11100111101011111010000011100110101100011001000011100111101011111010000011100110100000101000100101011110 | e7afa0e6b190e7afa0e682895e |
| UHC | 篠汐篠悉^ | 111000011100011011100000101100011110000111000110111000111111101001011110 | e1c6e0b1e1c6e3fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)