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 | 誘?? | 10010111010101010011111100111111 | 97553f3f |
EUC-JP | 誘?? | 11001101101101100011111100111111 | cdb63f3f |
UTF-8 | 誘띕썯 | 111010001010101010011000111010111001110110010101111011001000110110101111 | e8aa98eb9d95ec8daf |
UHC | 誘띕썯 | 111010111010111110110110111010111001101110011111 | ebafb6eb9b9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)