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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 謝執~ | 1000111011010011100011101011011101111110 | 8ed38eb77e |
EUC-JP | 謝執~ | 1011110011010101101111001011100101111110 | bcd5bcb97e |
UTF-8 | 謝執~ | 11101000101011001001110111100101100111111011011101111110 | e8ac9de59fb77e |
UHC | 謝執~ | 1101111011110011111100101111101101111110 | def3f2fb7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)