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 | 藏?? | 11100101010101010011111100111111 | e5553f3f |
| EUC-JP | 藏?? | 11101001101101100011111100111111 | e9b63f3f |
| UTF-8 | 藏쏙풄 | 111010001001011110001111111011001000111110011001111011011001001010000100 | e8978fec8f99ed9284 |
| UHC | 藏쏙풄 | 111011011111101010111101111011111011111010001100 | edfabdefbe8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)