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 | ?q??O | 0011111101110001001111110011111101001111 | 3f713f3f4f |
| SJIS-WIN | 叩q辰達O | 1001001001000000011100011001001001000011100100100100001001001111 | 924071924392424f |
| EUC-JP | 叩q辰達O | 1100001110100001011100011100001110100100110000111010001101001111 | c3a171c3a4c3a34f |
| UTF-8 | 叩q辰達O | 1110010110001111101010010111000111101000101111101011000011101001100000011001010001001111 | e58fa971e8beb0e981944f |
| UHC | 叩q辰達O | 1100110110110000011100011111001011100011110100111011100101001111 | cdb071f2e3d3b94f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)