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 | ÞóßÞEF | 110111101111001111011111110111100100010101000110 | def3dfde4546 |
SJIS-WIN | ????EF | 001111110011111100111111001111110100010101000110 | 3f3f3f3f4546 |
EUC-JP | ÞóßÞEF | 1000111110101001101100001000111110101011110100011000111110101001110011101000111110101001101100000100010101000110 | 8fa9b08fabd18fa9ce8fa9b04546 |
UTF-8 | ÞóßÞEF | 11000011100111101100001110110011110000111001111111000011100111100100010101000110 | c39ec3b3c39fc39e4546 |
UHC | Þ?ßÞEF | 101010001010110100111111101010011010110010101000101011010100010101000110 | a8ad3fa9aca8ad4546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)