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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 星屍星屍^ | 100100001010111110001110011100101001000010101111100011100111001001011110 | 90af8e7290af8e725e |
EUC-JP | 星屍星屍^ | 110000001011000110111011110100111100000010110001101110111101001101011110 | c0b1bbd3c0b1bbd35e |
UTF-8 | 星屍星屍^ | 11100110100110001001111111100101101100011000110111100110100110001001111111100101101100011000110101011110 | e6989fe5b18de6989fe5b18d5e |
UHC | 星屍星屍^ | 111000001111100011100011101110111110000011111000111000111011101101011110 | e0f8e3bbe0f8e3bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)