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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 牘笞^ | 1110000010101111111000101001101001011110 | e0afe29a5e |
| EUC-JP | 牘笞^ | 1110000010110001111000111111101001011110 | e0b1e3fa5e |
| UTF-8 | 牘笞^ | 11100111100010011001100011100111101011001001111001011110 | e78998e7ac9e5e |
| UHC | 牘笞^ | 1101010010111010111101111100001001011110 | d4baf7c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)