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 | ??O | 001111110011111101001111 | 3f3f4f |
| SJIS-WIN | 旦達O | 1001001001010101100100100100001001001111 | 925592424f |
| EUC-JP | 旦達O | 1100001110110110110000111010001101001111 | c3b6c3a34f |
| UTF-8 | 旦達O | 11100110100101111010011011101001100000011001010001001111 | e697a6e981944f |
| UHC | 旦達O | 1101001110101001110100111011100101001111 | d3a9d3b94f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)