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 | テつЮ | 1100001110000010110000101000010001011111 | c382c2845f |
| EUC-JP | テつЮ | 100011101100001110100100110001001010011111000000 | 8ec3a4c4a7c0 |
| UTF-8 | テつЮ | 1110111110111110100000111110001110000001101001001101000010101110 | efbe83e381a4d0ae |
| UHC | ?つЮ | 0011111110101010110001001010110011000000 | 3faac4acc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)