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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 丈サ琅 | 1000111111100100101110111110000011100100 | 8fe4bbe0e4 |
| EUC-JP | 丈サ琅 | 101111101110011010001110101110111110000011100110 | bee68ebbe0e6 |
| UTF-8 | 丈サ琅 | 111001001011100010001000111011111011110110111011111001111001000010000101 | e4b888efbdbbe79085 |
| UHC | 丈?琅 | 1110110111011011001111111101010111001010 | eddb3fd5ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)