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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ユュ称エ | 1101010110101101100011111100110010110100 | d5ad8fccb4 |
| EUC-JP | ユュ称エ | 1000111011010101100011101010110110111110110011101000111010110100 | 8ed58eadbece8eb4 |
| UTF-8 | ユュ称エ | 111011111011111010010101111011111011110110101101111001111010011110110000111011111011110110110100 | efbe95efbdade7a7b0efbdb4 |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)