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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 跌ク譚第鮑 | 111001101110100110111000111001101001110110010001111001101110100110111000 | e6e9b8e69d91e6e9b8 |
| EUC-JP | 跌ク譚第鮑 | 11101100111010111000111010111000111010111111110111000010111010001111001010111010 | eceb8eb8ebfdc2e8f2ba |
| UTF-8 | 跌ク譚第鮑 | 111010001011011110001100111011111011110110111000111010001010110110011010111001111010110010101100111010011010111010010001 | e8b78cefbdb8e8ad9ae7acace9ae91 |
| UHC | 跌?譚第鮑 | 111100101111011000111111110100111100100111110000101011111111100011101010 | f2f63fd3c9f0aff8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)