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 | 短造束 | 100100100101101010010001101000101001000110101001 | 925a91a291a9 |
| EUC-JP | 短造束 | 110000111011101111000010101001001100001010101011 | c3bbc2a4c2ab |
| UTF-8 | 短造束 | 111001111001111110101101111010011000000010100000111001101001110110011111 | e79fade980a0e69d9f |
| UHC | 短造束 | 110100111010110111110000111000111110000111010110 | d3adf0e3e1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)