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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 祭斑??隕? | 100011011101010110010100110000010011111100111111111010001010011000111111 | 8dd594c13f3fe8a63f |
EUC-JP | 祭斑??隕? | 101110101101011111001000110000110011111100111111111100001010100000111111 | bad7c8c33f3ff0a83f |
UTF-8 | 祭斑렡렮隕렣 | 111001111010010110101101111001101001011010010001111010111010000010100001111010111010000010101110111010011001101010010101111010111010000010100011 | e7a5ade69691eba0a1eba0aee99a95eba0a3 |
UHC | 祭斑렡렮隕렣 | 111100001010111011011010111010001000111010110010100011101011101111101010101000101000111010110100 | f0aedae88eb28ebbeaa28eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)