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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謝執捨 | 100011101101001110001110101101111000111011001100 | 8ed38eb78ecc |
EUC-JP | 謝執捨 | 101111001101010110111100101110011011110011001110 | bcd5bcb9bcce |
UTF-8 | 謝執捨 | 111010001010110010011101111001011001111110110111111001101000110110101000 | e8ac9de59fb7e68da8 |
UHC | 謝執捨 | 110111101111001111110010111110111101111011010111 | def3f2fbded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)