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 | 霍捨漆赦 | 1110100010110111100011101100110010001110101111011000111011001101 | e8b78ecc8ebd8ecd |
| EUC-JP | 霍捨漆赦 | 1111000010111001101111001100111010111100101111111011110011001111 | f0b9bccebcbfbccf |
| UTF-8 | 霍捨漆赦 | 111010011001110010001101111001101000110110101000111001101011110010000110111010001011010110100110 | e99c8de68da8e6bc86e8b5a6 |
| UHC | ?捨漆赦 | 00111111110111101101011111110110110101001101111011110101 | 3fded7f6d4def5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)