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 | テ催忙 | 1100001110001101110000111001011001011010 | c38dc3965a |
| EUC-JP | テ催忙 | 100011101100001110111010110001011100101110111011 | 8ec3bac5cbbb |
| UTF-8 | テ催忙 | 111011111011111010000011111001011000001010101100111001011011111110011001 | efbe83e582ace5bf99 |
| UHC | ?催忙 | 0011111111110101110010101101100011001111 | 3ff5cad8cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)