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 | 跖イ迹ェ跣セ | 111001101110100010110010111001111001000110101010111001101110111110111110 | e6e8b2e791aae6efbe |
EUC-JP | 跖イ迹ェ跣セ | 111011001110101010001110101100101110110111110001100011101010101011101100111100011000111010111110 | ecea8eb2edf18eaaecf18ebe |
UTF-8 | 跖イ迹ェ跣セ | 111010001011011110010110111011111011110110110010111010001011111110111001111011111011110110101010111010001011011110100011111011111011110110111110 | e8b796efbdb2e8bfb9efbdaae8b7a3efbdbe |
UHC | ??迹?跣? | 0011111100111111111011101110100100111111111000001101001100111111 | 3f3feee93fe0d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)