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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 踰ゥ蝟滓髻 | 1110011011111010101010011110010110010110100111111110011011110101100111101110100110011111 | e6faa9e5969fe6f59ee99f |
EUC-JP | 踰ゥ蝟滓?髻 | 1110110011111100100011101010100111101001111101101101111011101000001111111111001010100001 | ecfc8ea9e9f6dee83ff2a1 |
UTF-8 | 踰ゥ蝟滓髻 | 111010001011100010110000111011111011110110101001111010001001110110011111111001101011101110010011111011101001000010001001111010011010101110111011 | e8b8b0efbda9e89d9fe6bb93ee9089e9abbb |
UHC | 踰?蝟滓?? | 111010111011001000111111111010101101101011101110101010110011111100111111 | ebb23feadaeeab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)