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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 頂?氷宜? | 1001001010111000001111111001010101011000100010110101100000111111 | 92b83f95588b583f |
EUC-JP | 頂?氷宜? | 1100010010111010001111111100100110111001101101011011100100111111 | c4ba3fc9b9b5b93f |
UTF-8 | 頂쇘氷宜렧 | 111010011010000010000010111011001000011110011000111001101011000010110111111001011010111010011100111010111010000010100111 | e9a082ec8798e6b0b7e5ae9ceba0a7 |
UHC | 頂쇘氷宜렧 | 11110000101000101011110011100111110111101011110011101011111100011000111010110110 | f0a2bce7debcebf18eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)