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 | 汀籠烈 | 100100101111001111100010110001001001011111110011 | 92f3e2c497f3 |
| EUC-JP | 汀籠烈 | 110001001111010111100100110001101100111011110101 | c4f5e4c6cef5 |
| UTF-8 | 汀籠烈 | 111001101011000110000000111001111011000110100000111001111000001110001000 | e6b180e7b1a0e78388 |
| UHC | 汀籠烈 | 111011111110001011010110111010111101011010101101 | efe2d6ebd6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)