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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 柚? | 100101110100110100111111 | 974d3f |
| EUC-JP | 柚? | 110011011010111000111111 | cdae3f |
| UTF-8 | 柚갂 | 111001101001111110011010111010101011000010000010 | e69f9aeab082 |
| UHC | 柚갂 | 11101010111101101000000101000001 | eaf68141 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)