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 | 、靼ウ蒹 | 1111000011100100101001001110100011011000101100111110010011100011 | f0e4a4e8d8b3e4e3 |
EUC-JP | ?、靼ウ蒹 | 001111111000111010100100111100001101101010001110101100111110100011100101 | 3f8ea4f0da8eb3e8e5 |
UTF-8 | 、靼ウ蒹 | 111011101000001010100011111011111011110110100100111010011001110110111100111011111011110110110011111010001001001010111001 | ee82a3efbda4e99dbcefbdb3e892b9 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)