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 | 痂蓼痂 | 111000010110111111100100111110001110000101101111 | e16fe4f8e16f |
| EUC-JP | 痂蓼痂 | 111000011101000011101000111110101110000111010000 | e1d0e8fae1d0 |
| UTF-8 | 痂蓼痂 | 111001111001011110000010111010001001001110111100111001111001011110000010 | e79782e893bce79782 |
| UHC | 痂蓼痂 | 110010101011001011010110111111101100101010110010 | cab2d6fecab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)