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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ツ姪曖 | 1100001010010110110000111001111001000010 | c296c39e42 |
EUC-JP | ツ姪曖 | 100011101100001011001100110001011101101110100011 | 8ec2ccc5dba3 |
UTF-8 | ツ姪曖 | 111011111011111010000010111001011010011110101010111001101001101110010110 | efbe82e5a7aae69b96 |
UHC | ?姪曖 | 0011111111110010111010111110010011110010 | 3ff2ebe4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)