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 | ÞóßÞmF | 110111101111001111011111110111100110110101000110 | def3dfde6d46 |
SJIS-WIN | ????mF | 001111110011111100111111001111110110110101000110 | 3f3f3f3f6d46 |
EUC-JP | ÞóßÞmF | 1000111110101001101100001000111110101011110100011000111110101001110011101000111110101001101100000110110101000110 | 8fa9b08fabd18fa9ce8fa9b06d46 |
UTF-8 | ÞóßÞmF | 11000011100111101100001110110011110000111001111111000011100111100110110101000110 | c39ec3b3c39fc39e6d46 |
UHC | Þ?ßÞmF | 101010001010110100111111101010011010110010101000101011010110110101000110 | a8ad3fa9aca8ad6d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)