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 | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
| SJIS-WIN | 蟐、逅オO | 11100101101010101010010011100111100100001011010101001111 | e5aaa4e790b54f |
| EUC-JP | 蟐、逅オO | 111010101010110010001110101001001110110111110000100011101011010101001111 | eaac8ea4edf08eb54f |
| UTF-8 | 蟐、逅オO | 11101000100111111001000011101111101111011010010011101001100000001000010111101111101111011011010101001111 | e89f90efbda4e98085efbdb54f |
| UHC | ??逅?O | 001111110011111111111101101100010011111101001111 | 3f3ffdb13f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)