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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 踵セ邱唹 | 11100110111110011011111011100111101101111001101001001111 | e6f9bee7b79a4f |
| EUC-JP | 踵セ邱唹 | 1110110011111011100011101011111011101110101110011101001110110000 | ecfb8ebeeeb9d3b0 |
| UTF-8 | 踵セ邱唹 | 111010001011100010110101111011111011110110111110111010011000001010110001111001011001010010111001 | e8b8b5efbdbee982b1e594b9 |
| UHC | 踵?邱? | 111100011010001000111111110011111100100000111111 | f1a23fcfc83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)