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 | 椽?㎝ | 1001111010111011001111111000011101110000 | 9ebb3f8770 |
| EUC-JP | 椽?? | 11011100101111010011111100111111 | dcbd3f3f |
| UTF-8 | 椽ㅻ㎝ | 111001101010010010111101111000111000010110111011111000111000111010011101 | e6a4bde385bbe38e9d |
| UHC | 椽ㅻ㎝ | 111001101100101110100100111010111010011110101111 | e6cba4eba7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)