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 | ??????eB | 0011111100111111001111110011111100111111001111110110010101000010 | 3f3f3f3f3f3f6542 |
SJIS-WIN | セュ宍セャ痔eB | 10111110101011011000111010110011101111101010110010001110101001000110010101000010 | bead8eb3beac8ea46542 |
EUC-JP | セュ宍セャ痔eB | 1000111010111110100011101010110110111100101101011000111010111110100011101010110010111100101001100110010101000010 | 8ebe8eadbcb58ebe8eacbca66542 |
UTF-8 | セュ宍セャ痔eB | 1110111110111101101111101110111110111101101011011110010110101110100011011110111110111101101111101110111110111101101011001110011110010111100101000110010101000010 | efbdbeefbdade5ae8defbdbeefbdace797946542 |
UHC | ?????痔eB | 001111110011111100111111001111110011111111110110110000000110010101000010 | 3f3f3f3f3ff6c06542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)