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 | 抵? | 100100101110111100111111 | 92ef3f |
EUC-JP | 抵? | 110001001111000100111111 | c4f13f |
UTF-8 | 抵뤹 | 111001101000101010110101111010111010010010111001 | e68ab5eba4b9 |
UHC | 抵뤹 | 11101110101111011000111111100111 | eebd8fe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)