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 | 種麥? | 1000111011101101111010100110110100111111 | 8eedea6d3f |
| EUC-JP | 種麥? | 1011110011101111111100111100111000111111 | bceff3ce3f |
| UTF-8 | 種麥땍 | 111001111010100010101110111010011011101010100101111010111001010110001101 | e7a8aee9baa5eb958d |
| UHC | 種麥땍 | 111100001111101011011000111010101011011010101000 | f0fad8eab6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)