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 | 盧塀誑澹 | 1110000110111000100101011011101111100110011100111110000001010111 | e1b895bbe673e057 |
| EUC-JP | 盧塀誑澹 | 1110001010111010110010101011110111101011110101001101111110111000 | e2bacabdebd4dfb8 |
| UTF-8 | 盧塀誑澹 | 111001111001101110100111111001011010000110000000111010001010101010010001111001101011111010111001 | e79ba7e5a180e8aa91e6beb9 |
| UHC | 盧??澹 | 110101101101010000111111001111111101001111000010 | d6d43f3fd3c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)