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 | ÞØó³y | 1101111011011000111100111011001101111001 | ded8f3b379 |
SJIS-WIN | ????y | 0011111100111111001111110011111101111001 | 3f3f3f3f79 |
EUC-JP | ÞØó?y | 1000111110101001101100001000111110101001101011001000111110101011110100010011111101111001 | 8fa9b08fa9ac8fabd13f79 |
UTF-8 | ÞØó³y | 110000111001111011000011100110001100001110110011110000101011001101111001 | c39ec398c3b3c2b379 |
UHC | ÞØ?³y | 1010100010101101101010001010101000111111101010011111100001111001 | a8ada8aa3fa9f879 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)