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 | 捨爵 | 100011101100110010001110110111011111000011100100 | 8ecc8eddf0e4 |
| EUC-JP | 捨爵? | 1011110011001110101111001101111100111111 | bccebcdf3f |
| UTF-8 | 捨爵 | 111001101000110110101000111001111000100010110101111011101000001010100011 | e68da8e788b5ee82a3 |
| UHC | 捨爵? | 1101111011010111111011011100100100111111 | ded7edc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)