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 | ßÞú×V | 1101111111011110111110101101011101010110 | dfdefad756 |
SJIS-WIN | ???×V | 001111110011111100111111100000010111111001010110 | 3f3f3f817e56 |
EUC-JP | ßÞú×V | 100011111010100111001110100011111010100110110000100011111010101111100010101000011101111101010110 | 8fa9ce8fa9b08fabe2a1df56 |
UTF-8 | ßÞú×V | 110000111001111111000011100111101100001110111010110000111001011101010110 | c39fc39ec3bac39756 |
UHC | ßÞ?×V | 1010100110101100101010001010110100111111101000011011111101010110 | a9aca8ad3fa1bf56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)