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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | シ」シ燻セ痔 | 1011110010100011101111001110000010001110101111101000111010100100 | bca3bce08ebe8ea4 |
| EUC-JP | シ」シ燻セ痔 | 100011101011110010001110101000111000111010111100110111111110111010001110101111101011110010100110 | 8ebc8ea38ebcdfee8ebebca6 |
| UTF-8 | シ」シ燻セ痔 | 111011111011110110111100111011111011110110100011111011111011110110111100111001111000011110111011111011111011110110111110111001111001011110010100 | efbdbcefbda3efbdbce787bbefbdbee79794 |
| UHC | ???燻?痔 | 0011111100111111001111111111110110111000001111111111011011000000 | 3f3f3ffdb83ff6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)