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 | 祭??紙 | 100011011101010100111111001111111000111010000110 | 8dd53f3f8e86 |
| EUC-JP | 祭??紙 | 101110101101011100111111001111111011101111100110 | bad73f3fbbe6 |
| UTF-8 | 祭잴늉紙 | 111001111010010110101101111011001001111010110100111010111000101010001001111001111011010010011001 | e7a5adec9eb4eb8a89e7b499 |
| UHC | 祭잴늉紙 | 1111000010101110110000001110101010110100101111111111001010110101 | f0aec0eab4bff2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)