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 | 沚喇? | 1001111110001101100110100110100000111111 | 9f8d9a683f |
| EUC-JP | 沚喇? | 1101110111101101110100111100100100111111 | ddedd3c93f |
| UTF-8 | 沚喇鍊 | 111001101011001010011010111001011001011010000111111010011000110110001010 | e6b29ae59687e98d8a |
| UHC | 沚喇鍊 | 111100101010111111010100111110101101011010101000 | f2afd4fad6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)