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 | テ催貌 | 1100001110001101110000111001011001100101 | c38dc39665 |
| EUC-JP | テ催貌 | 100011101100001110111010110001011100101111000110 | 8ec3bac5cbc6 |
| UTF-8 | テ催貌 | 111011111011111010000011111001011000001010101100111010001011001010001100 | efbe83e582ace8b28c |
| UHC | ?催貌 | 0011111111110101110010101101100111001001 | 3ff5cad9c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)