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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | エ釵ケ。「 | 11110000101111011011010011100111110111101011100111110000101101011010000110100010 | f0bdb4e7deb9f0b5a1a2 |
| EUC-JP | ?エ釵ケ?。「 | 001111111000111010110100111011101110000010001110101110010011111110001110101000011000111010100010 | 3f8eb4eee08eb93f8ea18ea2 |
| UTF-8 | エ釵ケ。「 | 111011101000000110111100111011111011110110110100111010011000011110110101111011111011110110111001111011101000000110110100111011111011110110100001111011111011110110100010 | ee81bcefbdb4e987b5efbdb9ee81b4efbda1efbda2 |
| UHC | ??釵???? | 0011111100111111111100111111101100111111001111110011111100111111 | 3f3ff3fb3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)