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 | 雕?淫詐? | 1110100010111000001111111000100011111010100011011011110000111111 | e8b83f88fa8dbc3f |
| EUC-JP | 雕?淫詐? | 1111000010111010001111111011000011111100101110101011111000111111 | f0ba3fb0fcbabe3f |
| UTF-8 | 雕렦淫詐렰 | 111010011001101110010101111010111010000010100110111001101011011110101011111010001010100110010000111010111010000010110000 | e99b95eba0a6e6b7abe8a990eba0b0 |
| UHC | 雕렦淫詐렰 | 11110000111001111000111010110101111010111110001011011110111100011000111010111101 | f0e78eb5ebe2def18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)