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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 貉懷ケ溷ッ | 1110011010111001100111001110010110111001100111111110010110101111 | e6b99ce5b99fe5af |
EUC-JP | 貉懷ケ溷ッ | 11101100101110111101100011100111100011101011100111011110111001111000111010101111 | ecbbd8e78eb9dee78eaf |
UTF-8 | 貉懷ケ溷ッ | 111010001011001010001001111001101000011110110111111011111011110110111001111001101011101010110111111011111011110110101111 | e8b289e687b7efbdb9e6bab7efbdaf |
UHC | ?懷??? | 001111111111110011100011001111110011111100111111 | 3ffce33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)