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 | 寃?燼 | 1001101110000011001111111110000010011110 | 9b833fe09e |
EUC-JP | 寃?燼 | 1101010111100011001111111101111111111110 | d5e33fdffe |
UTF-8 | 寃렪燼 | 111001011010111110000011111010111010000010101010111001111000011110111100 | e5af83eba0aae787bc |
UHC | 寃렪燼 | 111010101011001010001110101110001110001111101000 | eab28eb8e3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)