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 | テ姪榲姪曖 | 110000111001011011000011100111101100001110010110110000111001111001000010 | c396c39ec396c39e42 |
EUC-JP | テ姪榲姪曖 | 10001110110000111100110011000101110111001100010111001100110001011101101110100011 | 8ec3ccc5dcc5ccc5dba3 |
UTF-8 | テ姪榲姪曖 | 111011111011111010000011111001011010011110101010111001101010011010110010111001011010011110101010111001101001101110010110 | efbe83e5a7aae6a6b2e5a7aae69b96 |
UHC | ?姪?姪曖 | 0011111111110010111010110011111111110010111010111110010011110010 | 3ff2eb3ff2ebe4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)