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 | ÞóßÞWB | 110111101111001111011111110111100101011101000010 | def3dfde5742 |
SJIS-WIN | ????WB | 001111110011111100111111001111110101011101000010 | 3f3f3f3f5742 |
EUC-JP | ÞóßÞWB | 1000111110101001101100001000111110101011110100011000111110101001110011101000111110101001101100000101011101000010 | 8fa9b08fabd18fa9ce8fa9b05742 |
UTF-8 | ÞóßÞWB | 11000011100111101100001110110011110000111001111111000011100111100101011101000010 | c39ec3b3c39fc39e5742 |
UHC | Þ?ßÞWB | 101010001010110100111111101010011010110010101000101011010101011101000010 | a8ad3fa9aca8ad5742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)