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 | 遯壱攴塚。蟐 | 1110011110101010100010001110101110011101101110111111101010011100101000011110010110101010 | e7aa88eb9dbbfa9ca1e5aa |
EUC-JP | 遯壱攴?。蟐 | 1110111010101100101100001110110111011010101111010011111110001110101000011110101010101100 | eeacb0eddabd3f8ea1eaac |
UTF-8 | 遯壱攴塚。蟐 | 111010011000000110101111111001011010001110110001111001101001010010110100111011111010100010010000111011111011110110100001111010001001111110010000 | e981afe5a3b1e694b4efa890efbda1e89f90 |
UHC | 遯????? | 11010100111011100011111100111111001111110011111100111111 | d4ee3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)