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 | 樗??刷 | 100100101001010000111111001111111000110111111100 | 92943f3f8dfc |
| EUC-JP | 樗??刷 | 110000111111010000111111001111111011101011111110 | c3f43f3fbafe |
| UTF-8 | 樗렞뤳刷 | 111001101010100010010111111010111010000010011110111010111010010010110011111001011000100010110111 | e6a897eba09eeba4b3e588b7 |
| UHC | 樗렞뤳刷 | 1110111011000000100011101010111110001111111000011110000111101100 | eec08eaf8fe1e1ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)