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 | テ津姪津烹 | 110000111001001011000011100101101100001110010010110000111001011001000010 | c392c396c392c39642 |
| EUC-JP | テ津姪津烹 | 10001110110000111100010011000101110011001100010111000100110001011100101110100011 | 8ec3c4c5ccc5c4c5cba3 |
| UTF-8 | テ津姪津烹 | 111011111011111010000011111001101011010010100101111001011010011110101010111001101011010010100101111001111000001110111001 | efbe83e6b4a5e5a7aae6b4a5e783b9 |
| UHC | ?津姪津烹 | 001111111111001011010000111100101110101111110010110100001111100010110010 | 3ff2d0f2ebf2d0f8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)