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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 祭??紙? | 10001101110101010011111100111111100011101000011000111111 | 8dd53f3f8e863f |
| EUC-JP | 祭??紙? | 10111010110101110011111100111111101110111110011000111111 | bad73f3fbbe63f |
| UTF-8 | 祭잴늉紙렔 | 111001111010010110101101111011001001111010110100111010111000101010001001111001111011010010011001111010111010000010010100 | e7a5adec9eb4eb8a89e7b499eba094 |
| UHC | 祭잴늉紙렔 | 11110000101011101100000011101010101101001011111111110010101101011000111010101001 | f0aec0eab4bff2b58ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)