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 | 剪??攪? | 10011001100100100011111100111111100111011001100000111111 | 99923f3f9d983f |
EUC-JP | 剪?邕攪? | 110100011111001000111111100011111110000111101101110110011111100000111111 | d1f23f8fe1edd9f83f |
UTF-8 | 剪렲邕攪렲 | 111001011000100110101010111010111010000010110010111010011000001010010101111001101001010010101010111010111010000010110010 | e589aaeba0b2e98295e694aaeba0b2 |
UHC | 剪렲邕攪렲 | 11101110111100101000111010111111111010001011101111001110111001101000111010111111 | eef28ebfe8bbcee68ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)