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 | 訂敎??源 | 1001001011111001111110101100110100111111001111111000110010111001 | 92f9facd3f3f8cb9 |
EUC-JP | 訂???源 | 11000100111110110011111100111111001111111011100010111011 | c4fb3f3f3fb8bb |
UTF-8 | 訂敎렪렪源 | 111010001010100010000010111001101001010110001110111010111010000010101010111010111010000010101010111001101011101010010000 | e8a882e6958eeba0aaeba0aae6ba90 |
UHC | 訂敎렪렪源 | 11101111111101001100111011100111100011101011100010001110101110001110101010111001 | eff4cee78eb88eb8eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)