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 | ???sE | 0011111100111111001111110111001101000101 | 3f3f3f7345 |
SJIS-WIN | 叩続叩sE | 1001001001000000100100011011000110010010010000000111001101000101 | 924091b192407345 |
EUC-JP | 叩続叩sE | 1100001110100001110000101011001111000011101000010111001101000101 | c3a1c2b3c3a17345 |
UTF-8 | 叩続叩sE | 1110010110001111101010011110011110110110100110101110010110001111101010010111001101000101 | e58fa9e7b69ae58fa97345 |
UHC | 叩?叩sE | 11001101101100000011111111001101101100000111001101000101 | cdb03fcdb07345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)