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 | 櫻↓?恁 | 10011111010011101000000110101011001111111001110010001100 | 9f4e81ab3f9c8c |
| EUC-JP | 櫻↓?恁 | 11011101101011111010001010101101001111111101011111101100 | ddafa2ad3fd7ec |
| UTF-8 | 櫻↓젺恁 | 111001101010101110111011111000101000011010010011111011001010000010111010111001101000000110000001 | e6abbbe28693eca0bae68181 |
| UHC | 櫻↓젺恁 | 1110010110100001101000011110100110100000101011011110110011110110 | e5a1a1e9a0adecf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)