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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ⅶエ釵ケ | 111110100100011010110100111001111101111010111001 | fa46b4e7deb9 |
| EUC-JP | ?エ釵ケ | 00111111100011101011010011101110111000001000111010111001 | 3f8eb4eee08eb9 |
| UTF-8 | ⅶエ釵ケ | 111000101000010110110110111011111011110110110100111010011000011110110101111011111011110110111001 | e285b6efbdb4e987b5efbdb9 |
| UHC | ⅶ?釵? | 101001011010011100111111111100111111101100111111 | a5a73ff3fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)