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 | 楹?? | 10011110101100010011111100111111 | 9eb13f3f |
| EUC-JP | 楹?? | 11011100101100110011111100111111 | dcb33f3f |
| UTF-8 | 楹딅젌 | 111001101010010110111001111010111001010010000101111011001010000010001100 | e6a5b9eb9485eca08c |
| UHC | 楹딅젌 | 111001111011001110001010111010111010000010001101 | e7b38aeba08d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)