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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遯壱攴塚。諢 | 1110011110101010100010001110101110011101101110111111101010011100101000011110011010000100 | e7aa88eb9dbbfa9ca1e684 |
EUC-JP | 遯壱攴?。諢 | 1110111010101100101100001110110111011010101111010011111110001110101000011110101111100100 | eeacb0eddabd3f8ea1ebe4 |
UTF-8 | 遯壱攴塚。諢 | 111010011000000110101111111001011010001110110001111001101001010010110100111011111010100010010000111011111011110110100001111010001010101110100010 | e981afe5a3b1e694b4efa890efbda1e8aba2 |
UHC | 遯????? | 11010100111011100011111100111111001111110011111100111111 | d4ee3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)