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 | 祭斑??狐 | 1000110111010101100101001100000100111111001111111000110011001111 | 8dd594c13f3f8ccf |
EUC-JP | 祭斑??狐 | 1011101011010111110010001100001100111111001111111011100011010001 | bad7c8c33f3fb8d1 |
UTF-8 | 祭斑렡렮狐 | 111001111010010110101101111001101001011010010001111010111010000010100001111010111010000010101110111001111000101110010000 | e7a5ade69691eba0a1eba0aee78b90 |
UHC | 祭斑렡렮狐 | 11110000101011101101101011101000100011101011001010001110101110111111101111001111 | f0aedae88eb28ebbfbcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)