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 | 琮峰??佇 | 1111101101101010100101011111010000111111001111111001100011001000 | fb6a95f43f3f98c8 |
EUC-JP | 琮峰??佇 | 100011111100110010110010110010101111011000111111001111111101000011001010 | 8fccb2caf63f3fd0ca |
UTF-8 | 琮峰렭렰佇 | 111001111001000010101110111001011011001110110000111010111010000010101101111010111010000010110000111001001011110110000111 | e790aee5b3b0eba0adeba0b0e4bd87 |
UHC | 琮峰렭렰佇 | 11110000111110011101110011101000100011101011101010001110101111011110111010110111 | f0f9dce88eba8ebdeeb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)