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 | ðÛêÕ | 11110000110110111110101011010101 | f0dbead5 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ðÛêÕ | 100011111010100111000011100011111010101011100101100011111010101110110100100011111010101011011000 | 8fa9c38faae58fabb48faad8 |
UTF-8 | ðÛêÕ | 1100001110110000110000111001101111000011101010101100001110010101 | c3b0c39bc3aac395 |
UHC | ð??? | 1010100110100011001111110011111100111111 | a9a33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)