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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 紙?縡?] | 10001110100001100011111111100011011100010011111101011101 | 8e863fe3713f5d |
EUC-JP | 紙?縡?] | 10111011111001100011111111100101110100100011111101011101 | bbe63fe5d23f5d |
UTF-8 | 紙렖縡렭] | 11100111101101001001100111101011101000001001011011100111101110001010000111101011101000001010110101011101 | e7b499eba096e7b8a1eba0ad5d |
UHC | 紙렖縡렭] | 111100101011010110001110101010111110111010101101100011101011101001011101 | f2b58eabeead8eba5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)