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 | テ淌姪淌烹 | 110000111001111111000011100101101100001110011111110000111001011001000010 | c39fc396c39fc39642 |
EUC-JP | テ淌姪淌烹 | 10001110110000111101111011000101110011001100010111011110110001011100101110100011 | 8ec3dec5ccc5dec5cba3 |
UTF-8 | テ淌姪淌烹 | 111011111011111010000011111001101011011110001100111001011010011110101010111001101011011110001100111001111000001110111001 | efbe83e6b78ce5a7aae6b78ce783b9 |
UHC | ??姪?烹 | 00111111001111111111001011101011001111111111100010110010 | 3f3ff2eb3ff8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)