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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 丹歎短束 | 1001001001001111100100100101011010010010010110101001000110101001 | 924f9256925a91a9 |
| EUC-JP | 丹歎短束 | 1100001110110000110000111011011111000011101110111100001010101011 | c3b0c3b7c3bbc2ab |
| UTF-8 | 丹歎短束 | 111001001011100010111001111001101010110110001110111001111001111110101101111001101001110110011111 | e4b8b9e6ad8ee79fade69d9f |
| UHC | 丹歎短束 | 1101001110100001111101111010011111010011101011011110000111010110 | d3a1f7a7d3ade1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)