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 | 簇耿? | 1110001011000110111000111101010000111111 | e2c6e3d43f |
| EUC-JP | 簇耿? | 1110010011001000111001101101011000111111 | e4c8e6d63f |
| UTF-8 | 簇耿혓 | 111001111011000010000111111010001000000010111111111011011001100010010011 | e7b087e880bfed9893 |
| UHC | 簇耿혓 | 111100001110101011001100111010101100011111111010 | f0eacceac7fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)