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 | 銓滄ァ募謗 | 111001111111001010011111111010011010011110010101111001011110011010001110 | e7f29fe9a795e5e68e |
EUC-JP | 銓滄ァ募謗 | 11101110111101001101111011101011100011101010011111001010111001111110101111101110 | eef4deeb8ea7cae7ebee |
UTF-8 | 銓滄ァ募謗 | 111010011000101010010011111001101011101110000100111011111011110110100111111001011000101110011111111010001010110010010111 | e98a93e6bb84efbda7e58b9fe8ac97 |
UHC | 銓滄?募謗 | 111011111011000011110011111001110011111111011001101101001101101110111111 | efb0f3e73fd9b4dbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)