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 | 揶??毅? | 10011101100010000011111100111111100010110100001000111111 | 9d883f3f8b423f |
EUC-JP | 揶??毅? | 11011001111010000011111100111111101101011010001100111111 | d9e83f3fb5a33f |
UTF-8 | 揶쏅맦毅놟 | 111001101000111110110110111011001000111110000101111010111010011110100110111001101010111110000101111010111000011010011111 | e68fb6ec8f85eba7a6e6af85eb869f |
UHC | 揶쏅맦毅놟 | 11100101101010101001101111101011100100001010111111101011111101101000011101000010 | e5aa9beb90afebf68742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)