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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 楔縟邵? | 10011110101101101110001101110100111001111011100000111111 | 9eb6e374e7b83f |
EUC-JP | 楔縟邵? | 11011100101110001110010111010101111011101011101000111111 | dcb8e5d5eeba3f |
UTF-8 | 楔縟邵쐛 | 111001101010010110010100111001111011100010011111111010011000001010110101111011001001000010011011 | e6a594e7b89fe982b5ec909b |
UHC | 楔縟邵쐛 | 1110000011011011111010011011001011100001110100001001110010000001 | e0dbe9b2e1d09c81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)