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 | 陜滓コキ蠍 | 1110100010011101100111111110011010111010101101111110010110110110 | e89d9fe6bab7e5b6 |
EUC-JP | 陜滓コキ蠍 | 11101111111111011101111011101000100011101011101010001110101101111110101010111000 | effddee88eba8eb7eab8 |
UTF-8 | 陜滓コキ蠍 | 111010011001100110011100111001101011101110010011111011111011110110111010111011111011110110110111111010001010000010001101 | e9999ce6bb93efbdbaefbdb7e8a08d |
UHC | 陜滓??? | 11111001111100001110111010101011001111110011111100111111 | f9f0eeab3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)