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 | 跟イ辷オ釵 | 1110011011101110101100101110011110001000101101011110011111011110 | e6eeb2e788b5e7de |
EUC-JP | 跟イ辷オ釵 | 11101100111100001000111010110010111011011110100010001110101101011110111011100000 | ecf08eb2ede88eb5eee0 |
UTF-8 | 跟イ辷オ釵 | 111010001011011110011111111011111011110110110010111010001011111010110111111011111011110110110101111010011000011110110101 | e8b79fefbdb2e8beb7efbdb5e987b5 |
UHC | ????釵 | 001111110011111100111111001111111111001111111011 | 3f3f3f3ff3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)