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 | 灼尺昌 | 100011101101110010001110110110101000111110111001 | 8edc8eda8fb9 |
| EUC-JP | 灼尺昌 | 101111001101111010111100110111001011111010111011 | bcdebcdcbebb |
| UTF-8 | 灼尺昌 | 111001111000000110111100111001011011000010111010111001101001100010001100 | e781bce5b0bae6988c |
| UHC | 灼尺昌 | 111011011100011111110100101010011111001111100011 | edc7f4a9f3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)