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 | 祭斑??? | 10001101110101011001010011000001001111110011111100111111 | 8dd594c13f3f3f |
EUC-JP | 祭斑??? | 10111010110101111100100011000011001111110011111100111111 | bad7c8c33f3f3f |
UTF-8 | 祭斑렡렮飇 | 111001111010010110101101111001101001011010010001111010111010000010100001111010111010000010101110111010011010001110000111 | e7a5ade69691eba0a1eba0aee9a387 |
UHC | 祭斑렡렮飇 | 11110000101011101101101011101000100011101011001010001110101110111111100011111100 | f0aedae88eb28ebbf8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)