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 | 、酘エ頡 | 1111000011100100101001001110011111000100101101001110100011110100 | f0e4a4e7c4b4e8f4 |
EUC-JP | ?、酘エ頡 | 001111111000111010100100111011101100011010001110101101001111000011110110 | 3f8ea4eec68eb4f0f6 |
UTF-8 | 、酘エ頡 | 111011101000001010100011111011111011110110100100111010011000010110011000111011111011110110110100111010011010000010100001 | ee82a3efbda4e98598efbdb4e9a0a1 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)