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 | ð¿¥å | 11110000101111111010010111100101 | f0bfa5e5 |
SJIS-WIN | ??¥? | 0011111100111111100000011000111100111111 | 3f3f818f3f |
EUC-JP | ð¿?å | 10001111101010011100001110001111101000101100010000111111100011111010101110101001 | 8fa9c38fa2c43f8faba9 |
UTF-8 | ð¿¥å | 1100001110110000110000101011111111000010101001011100001110100101 | c3b0c2bfc2a5c3a5 |
UHC | ð¿?? | 101010011010001110100010101011110011111100111111 | a9a3a2af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)