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 | ?????^F | 00111111001111110011111100111111001111110101111001000110 | 3f3f3f3f3f5e46 |
SJIS-WIN | 貶賁釈酌踰^F | 111001101100100011100110110010101000111011011111100011101101111011100110111110100101111001000110 | e6c8e6ca8edf8edee6fa5e46 |
EUC-JP | 貶賁釈酌踰^F | 111011001100101011101100110011001011110011100001101111001110000011101100111111000101111001000110 | eccaecccbce1bce0ecfc5e46 |
UTF-8 | 貶賁釈酌踰^F | 1110100010110010101101101110100010110011100000011110100110000111100010001110100110000101100011001110100010111000101100000101111001000110 | e8b2b6e8b381e98788e9858ce8b8b05e46 |
UHC | 貶賁?酌踰^F | 1111100010111111110111011101001100111111111011011100110011101011101100100101111001000110 | f8bfddd33fedccebb25e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)