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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 頂?氷宜?B | 100100101011100000111111100101010101100010001011010110000011111101000010 | 92b83f95588b583f42 |
EUC-JP | 頂?氷宜?B | 110001001011101000111111110010011011100110110101101110010011111101000010 | c4ba3fc9b9b5b93f42 |
UTF-8 | 頂쇘氷宜렧B | 11101001101000001000001011101100100001111001100011100110101100001011011111100101101011101001110011101011101000001010011101000010 | e9a082ec8798e6b0b7e5ae9ceba0a742 |
UHC | 頂쇘氷宜렧B | 1111000010100010101111001110011111011110101111001110101111110001100011101011011001000010 | f0a2bce7debcebf18eb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)