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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 縡?醍?F | 11100011011100010011111110010001111001110011111101000110 | e3713f91e73f46 |
EUC-JP | 縡?醍?F | 11100101110100100011111111000010111010010011111101000110 | e5d23fc2e93f46 |
UTF-8 | 縡렭醍렕F | 11100111101110001010000111101011101000001010110111101001100001101000110111101011101000001001010101000110 | e7b8a1eba0ade9868deba09546 |
UHC | 縡렭醍렕F | 111011101010110110001110101110101111000010110101100011101010101001000110 | eead8ebaf0b58eaa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)