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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 曜???亦 | 10010111011010100011111100111111001111111001011010010010 | 976a3f3f3f9692 |
| EUC-JP | 曜???亦 | 11001101110010110011111100111111001111111100101111110010 | cdcb3f3f3fcbf2 |
| UTF-8 | 曜섎쓹짯亦 | 111001101001101110011100111011001000010010001110111011001001001110111001111011001010011110101111111001001011101010100110 | e69b9cec848eec93b9eca7afe4baa6 |
| UHC | 曜섎쓹짯亦 | 11101000111110001001100011101011100111011001010111000010101011011110011010110010 | e8f898eb9d95c2ade6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)