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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 莎御巷 | 111001001011001110001100111001001000110101001010 | e4b38ce48d4a |
| EUC-JP | 莎御巷 | 111010001011010110111000111001101011100110101011 | e8b5b8e6b9ab |
| UTF-8 | 莎御巷 | 111010001000111010001110111001011011111010100001111001011011011110110111 | e88e8ee5bea1e5b7b7 |
| UHC | 莎御巷 | 110111101110110111100101110110011111100111110101 | deede5d9f9f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)