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 | 荼ス雜ウ蓁 | 1110010010110110101111011110100010110110101100111110010011101011 | e4b6bde8b6b3e4eb |
| EUC-JP | 荼ス雜ウ蓁 | 11101000101110001000111010111101111100001011100010001110101100111110100011101101 | e8b88ebdf0b88eb3e8ed |
| UTF-8 | 荼ス雜ウ蓁 | 111010001000110110111100111011111011110110111101111010011001101110011100111011111011110110110011111010001001001110000001 | e88dbcefbdbde99b9cefbdb3e89381 |
| UHC | ??雜?? | 001111110011111111101101110110100011111100111111 | 3f3fedda3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)