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 | ÞóßÞgF | 110111101111001111011111110111100110011101000110 | def3dfde6746 |
SJIS-WIN | ????gF | 001111110011111100111111001111110110011101000110 | 3f3f3f3f6746 |
EUC-JP | ÞóßÞgF | 1000111110101001101100001000111110101011110100011000111110101001110011101000111110101001101100000110011101000110 | 8fa9b08fabd18fa9ce8fa9b06746 |
UTF-8 | ÞóßÞgF | 11000011100111101100001110110011110000111001111111000011100111100110011101000110 | c39ec3b3c39fc39e6746 |
UHC | Þ?ßÞgF | 101010001010110100111111101010011010110010101000101011010110011101000110 | a8ad3fa9aca8ad6746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)