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 | 地?℡ | 1001001001101110001111111000011110000100 | 926e3f8784 |
| EUC-JP | 地?? | 11000011110011110011111100111111 | c3cf3f3f |
| UTF-8 | 地곈℡ | 111001011001110010110000111010101011001110001000111000101000010010100001 | e59cb0eab388e284a1 |
| UHC | 地곈℡ | 111100101010001010110000111010011010001011100101 | f2a2b0e9a2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)