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 | øõÞäF | 1111100011110101110111101110010001000110 | f8f5dee446 |
SJIS-WIN | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
EUC-JP | øõÞäF | 10001111101010011100110010001111101010111101100010001111101010011011000010001111101010111010001101000110 | 8fa9cc8fabd88fa9b08faba346 |
UTF-8 | øõÞäF | 110000111011100011000011101101011100001110011110110000111010010001000110 | c3b8c3b5c39ec3a446 |
UHC | ø?Þ?F | 10101001101010100011111110101000101011010011111101000110 | a9aa3fa8ad3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)