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 | ð¸¢å | 11110000101110001010001011100101 | f0b8a2e5 |
SJIS-WIN | ??¢? | 0011111100111111100000011001000100111111 | 3f3f81913f |
EUC-JP | ð¸¢å | 1000111110101001110000111000111110100010101100011010000111110001100011111010101110101001 | 8fa9c38fa2b1a1f18faba9 |
UTF-8 | ð¸¢å | 1100001110110000110000101011100011000010101000101100001110100101 | c3b0c2b8c2a2c3a5 |
UHC | ð¸?? | 101010011010001110100010101011000011111100111111 | a9a3a2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)