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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 額?額?B | 10001010011110100011111110001010011110100011111101000010 | 8a7a3f8a7a3f42 |
| EUC-JP | 額?額?B | 10110011110110110011111110110011110110110011111101000010 | b3db3fb3db3f42 |
| UTF-8 | 額깰額깰B | 11101001101000011000110111101010101110011011000011101001101000011000110111101010101110011011000001000010 | e9a18deab9b0e9a18deab9b042 |
| UHC | 額깰額깰B | 111001001111111010110001111111011110010011111110101100011111110101000010 | e4feb1fde4feb1fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)