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 | テ陛榲淞ッ | 1100001110010101110000111001111011000011100111111100001010101111 | c395c39ec39fc2af |
EUC-JP | テ陛榲淞ッ | 10001110110000111100101011000101110111001100010111011110110001001000111010101111 | 8ec3cac5dcc5dec48eaf |
UTF-8 | テ陛榲淞ッ | 111011111011111010000011111010011001100110011011111001101010011010110010111001101011011110011110111011111011110110101111 | efbe83e9999be6a6b2e6b79eefbdaf |
UHC | ?陛?淞? | 00111111111110001100111000111111111000011110011100111111 | 3ff8ce3fe1e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)