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 | 貳貽怕 | 111001101100011011100110110001001001110010000110 | e6c6e6c49c86 |
EUC-JP | 貳貽怕 | 111011001100100011101100110001101101011111100110 | ecc8ecc6d7e6 |
UTF-8 | 貳貽怕 | 111010001011001010110011111010001011001010111101111001101000000010010101 | e8b2b3e8b2bde68095 |
UHC | 貳貽? | 1110110011000011111011001100001000111111 | ecc3ecc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)