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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 章? | 100011111100110100111111 | 8fcd3f |
EUC-JP | 章? | 101111101100111100111111 | becf3f |
UTF-8 | 章쾚 | 111001111010101110100000111011001011111010011010 | e7aba0ecbe9a |
UHC | 章쾚 | 11101101111100011011001001101101 | edf1b26d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)